[gimp] app: remove debug spew in the draw tool



commit e7de19ed2fb508c67b6d8111f5493d52655e1e41
Author: Michael Natterer <mitch gimp org>
Date:   Wed Sep 22 22:26:41 2010 +0200

    app: remove debug spew in the draw tool

 app/tools/gimpdrawtool.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/app/tools/gimpdrawtool.c b/app/tools/gimpdrawtool.c
index 857403c..16a26f3 100644
--- a/app/tools/gimpdrawtool.c
+++ b/app/tools/gimpdrawtool.c
@@ -331,8 +331,6 @@ gimp_draw_tool_draw_items (GimpDrawTool *draw_tool,
       ! gimp_draw_tool_is_drawn (draw_tool))
     return;
 
-  g_printerr ("%s: drawing!\n", G_STRFUNC);
-
   shell  = gimp_display_get_shell (draw_tool->display);
   window = gtk_widget_get_window (shell->canvas);
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]