diff options
| author | Diederik van Lierop <mail@diedenrezi.nl> | 2014-05-15 20:12:29 +0000 |
|---|---|---|
| committer | Diederik van Lierop <mail@diedenrezi.nl> | 2014-05-15 20:12:29 +0000 |
| commit | bdc1f59ae6a11600ba11e848b4e5a76bf5cc92a5 (patch) | |
| tree | ce42f104eae8df4e9afb336525066f1d3325960e /src/seltrans.cpp | |
| parent | Fix Pango markup used in Text and Font dialog. (diff) | |
| download | inkscape-bdc1f59ae6a11600ba11e848b4e5a76bf5cc92a5.tar.gz inkscape-bdc1f59ae6a11600ba11e848b4e5a76bf5cc92a5.zip | |
Remove debugging output
(bzr r13379)
Diffstat (limited to 'src/seltrans.cpp')
| -rw-r--r-- | src/seltrans.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/seltrans.cpp b/src/seltrans.cpp index fa2441847..d6f31f073 100644 --- a/src/seltrans.cpp +++ b/src/seltrans.cpp @@ -929,7 +929,6 @@ gboolean Inkscape::SelTrans::scaleRequest(Geom::Point &pt, guint state) sn = m.freeSnapScale(_snap_points, _point, geom_scale, _origin_for_specpoints); } - std::cout << bb.getSnapped() << " | " << sn.getSnapped() << std::endl; // These lines below are duplicated in stretchRequest if (bb.getSnapped() || sn.getSnapped()) { if (bb.getSnapped()) { |
