From fe4b42e3f12f23f12b647a1c5b84eff0390d0a51 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 54a5535619..03794e82d4 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);