diff --git a/pd/src/g_editor.c b/pd/src/g_editor.c
index ff1af59f10e2a40f76943e73d1c89abab621cc00..5d8dcff858e7059a209b9bbe99f9996a0aadab30 100644
--- a/pd/src/g_editor.c
+++ b/pd/src/g_editor.c
@@ -4569,7 +4569,7 @@ void canvas_motion(t_canvas *x, t_floatarg xpos, t_floatarg ypos,
         return;
     }
     if (canvas_last_glist_mod == -1 && mod != -1) {
-    	fprintf(stderr,"revert the cursor %d\n", x->gl_edit);
+    	//fprintf(stderr,"revert the cursor %d\n", x->gl_edit);
     	if (x->gl_edit)
 	    	canvas_setcursor(x, CURSOR_EDITMODE_NOTHING);
 	    else