Update src/Mod/TechDraw/Gui/QGILeaderLine.cpp

This commit is contained in:
Chris Hennes
2024-12-16 18:16:03 +01:00
committed by Yorik van Havre
parent 3cadb489d9
commit a88f30877c
-1
View File
@@ -505,7 +505,6 @@ std::vector<QPointF> QGILeaderLine::getWayPointsFromFeature()
if (qPoints.empty()) {
Base::Console().Warning("QGILeaderLine::getWayPointsFromFeature - no points\n");
}
return qPoints;
}