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

This commit is contained in:
Chris Hennes
2024-12-09 10:49:47 -06:00
committed by Yorik van Havre
parent 3cadb489d9
commit a88f30877c

View File

@@ -505,7 +505,6 @@ std::vector<QPointF> QGILeaderLine::getWayPointsFromFeature()
if (qPoints.empty()) {
Base::Console().Warning("QGILeaderLine::getWayPointsFromFeature - no points\n");
}
return qPoints;
}