Code

Snapping: improve calculation of metrics for scaling, modify some comments, and remov...
[inkscape.git] / src / ui / tool / transform-handle-set.cpp
index 209b7fe98f7587c5690a868507bfc9067a346a91..5c3b494cea9cc9b3d7353e72f16ba0836c514110 100644 (file)
@@ -200,7 +200,6 @@ protected:
         _last_scale_x = _last_scale_y = 1.0;
         InkNodeTool *nt = INK_NODE_TOOL(_desktop->event_context);
         ControlPointSelection *selection = nt->_selected_nodes.get();
-        std::cout << "startTransform()" << std::endl;
         selection->setOriginalPoints();
     }
     virtual Geom::Matrix computeTransform(Geom::Point const &new_pos, GdkEventMotion *event) {