From 249e9f9c77c5f0d74042a9ba9cc96a2c25434496 Mon Sep 17 00:00:00 2001 From: Deba Saha <dpsaha@vt.edu> Date: Thu, 20 Oct 2011 20:49:05 -0400 Subject: [PATCH] after removing debug print from g_editor --- src/g_editor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/g_editor.c b/src/g_editor.c index a716a3fa7..16abed5a4 100644 --- a/src/g_editor.c +++ b/src/g_editor.c @@ -1224,7 +1224,7 @@ static void canvas_undo_canvas_apply(t_canvas *x, void *z, int action) //close properties window first t_int properties = gfxstub_haveproperties((void *)x); if (properties) { - fprintf(stderr,"have it\n"); + //fprintf(stderr,"have it\n"); sys_vgui("destroy .gfxstub%lx\n", properties); } -- GitLab