summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTavmjong Bah <tavmjong@free.fr>2016-11-17 14:33:25 +0000
committertavmjong-free <tavmjong@free.fr>2016-11-17 14:33:25 +0000
commitb6b5dbc76fe07238f1bbd259a8d8934c3c757eb7 (patch)
treef518d57e98ce7588384b5db0b4a453f77679ca07 /src
parentFix status bar messages for meshes and gradients. (diff)
downloadinkscape-b6b5dbc76fe07238f1bbd259a8d8934c3c757eb7.tar.gz
inkscape-b6b5dbc76fe07238f1bbd259a8d8934c3c757eb7.zip
Remove debug line from last commit.
(bzr r15257)
Diffstat (limited to 'src')
-rw-r--r--src/ui/tools/mesh-tool.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ui/tools/mesh-tool.cpp b/src/ui/tools/mesh-tool.cpp
index 6b1bfb88f..0d2aafafc 100644
--- a/src/ui/tools/mesh-tool.cpp
+++ b/src/ui/tools/mesh-tool.cpp
@@ -136,7 +136,6 @@ void MeshTool::selection_changed(Inkscape::Selection* /*sel*/) {
//TRANSLATORS: Mind the space in front. This is part of a compound message
ngettext(" out of %d mesh handle"," out of %d mesh handles",n_tot),
ngettext(" on %d selected object"," on %d selected objects",n_obj),NULL);
- std::cout << " type: " << drag->singleSelectedDraggerSingleDraggableType() << std::endl;
this->message_context->setF(Inkscape::NORMAL_MESSAGE,
message,_(ms_handle_descr[drag->singleSelectedDraggerSingleDraggableType()]), n_tot, n_obj);
} else {