From c836dab53d5f70c9024dd9a415d3f59a13bce0c5 Mon Sep 17 00:00:00 2001 From: Ian Rees Date: Sat, 2 Aug 2014 20:04:56 +1200 Subject: [PATCH] Removed some debugging stuff that was accidentally pushed earlier --- src/Mod/Sketcher/Gui/ViewProviderSketch.cpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/Mod/Sketcher/Gui/ViewProviderSketch.cpp b/src/Mod/Sketcher/Gui/ViewProviderSketch.cpp index 54a553561..03794e82d 100644 --- a/src/Mod/Sketcher/Gui/ViewProviderSketch.cpp +++ b/src/Mod/Sketcher/Gui/ViewProviderSketch.cpp @@ -2363,13 +2363,6 @@ void ViewProviderSketch::drawMergedConstraintIcons(IconQueue iconQueue) } } - qDebug()<<"Coords for "<first; - for(std::set::iterator j = i->second.begin(); j!= i->second.end(); ++j) - qDebug()<<'\t'<<*j; - } - edit->combinedConstrBoxes[idString] = boundingBoxes; thisInfo->string.setValue(idString.toAscii().data()); sendConstraintIconToCoin(compositeIcon, thisDest);