From 945467caca4ad1f034900c8109d7967b879b6627 Mon Sep 17 00:00:00 2001 From: Maximilian Albert Date: Mon, 18 Aug 2008 00:48:37 +0000 Subject: Remove debugging messages (bzr r6689) --- src/selection.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/selection.cpp') 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)); -- cgit v1.2.3