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 ff7fc0146f
commit 09139050cd

View File

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