diff options
| author | Maximilian Albert <maximilian.albert@gmail.com> | 2008-08-18 00:48:37 +0000 |
|---|---|---|
| committer | cilix42 <cilix42@users.sourceforge.net> | 2008-08-18 00:48:37 +0000 |
| commit | 945467caca4ad1f034900c8109d7967b879b6627 (patch) | |
| tree | c5c69480eb437108994c9d6ac02320d9ddfa5344 /src/selection.cpp | |
| parent | Check whether we are really in LPEToolContext in sp_lpetool_toolbox_sel_chang... (diff) | |
| download | inkscape-945467caca4ad1f034900c8109d7967b879b6627.tar.gz inkscape-945467caca4ad1f034900c8109d7967b879b6627.zip | |
Remove debugging messages
(bzr r6689)
Diffstat (limited to 'src/selection.cpp')
| -rw-r--r-- | src/selection.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/selection.cpp b/src/selection.cpp index 65ec9941d..9e134ff08 100644 --- a/src/selection.cpp +++ b/src/selection.cpp @@ -149,7 +149,6 @@ bool Selection::includes(SPObject *obj) const { } void Selection::add(SPObject *obj, bool persist_selection_context/* = false */) { - g_print ("Selection::add()\n"); g_return_if_fail(obj != NULL); g_return_if_fail(SP_IS_OBJECT(obj)); @@ -211,7 +210,6 @@ void Selection::toggle(SPObject *obj) { } void Selection::remove(SPObject *obj) { - g_print ("Selection::remove()\n"); g_return_if_fail(obj != NULL); g_return_if_fail(SP_IS_OBJECT(obj)); g_return_if_fail(includes(obj)); |
