From 97aa0360e42b3ab20862e2823cbb22bf32a021e6 Mon Sep 17 00:00:00 2001
From: Ivica Ico Bukvic <ico@vt.edu>
Date: Wed, 4 Dec 2013 16:07:31 -0500
Subject: [PATCH] disabled debugging messages

---
 pd/src/g_editor.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pd/src/g_editor.c b/pd/src/g_editor.c
index ff1af59f1..5d8dcff85 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
-- 
GitLab