forgot to remove a debugging g_printf.

This commit is contained in:
Michael Natterer 1999-06-23 15:26:40 +00:00
parent d5d99e5c34
commit 6bd258c588
3 changed files with 0 additions and 6 deletions

View file

@ -259,8 +259,6 @@ gdisplay_canvas_events (GtkWidget *canvas,
/* ...and doesn't want to preserve it */
! active_tool->preserve))
{
g_print ("disp_callbacks: call tools_initialize()\n");
tools_initialize (active_tool->type, gdisp);
}

View file

@ -259,8 +259,6 @@ gdisplay_canvas_events (GtkWidget *canvas,
/* ...and doesn't want to preserve it */
! active_tool->preserve))
{
g_print ("disp_callbacks: call tools_initialize()\n");
tools_initialize (active_tool->type, gdisp);
}

View file

@ -259,8 +259,6 @@ gdisplay_canvas_events (GtkWidget *canvas,
/* ...and doesn't want to preserve it */
! active_tool->preserve))
{
g_print ("disp_callbacks: call tools_initialize()\n");
tools_initialize (active_tool->type, gdisp);
}