diff --git a/src/g_editor.c b/src/g_editor.c
index a716a3fa7358b063d86d75b099f466de6a31c352..16abed5a41522d402e169c4055f8d5915b35c2cb 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);
 		}