From 8b4e8abd92854ab09690dbc853b1852fe0177118 Mon Sep 17 00:00:00 2001 From: Albert Graef <aggraef@gmail.com> Date: Sat, 17 Dec 2016 01:28:43 +0100 Subject: [PATCH] Get rid of debugging output in the console when moving/resizing a gop area. --- 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 9a92edb63..f38d15ed6 100644 --- a/pd/src/g_editor.c +++ b/pd/src/g_editor.c @@ -5280,7 +5280,7 @@ void canvas_motion(t_canvas *x, t_floatarg xpos, t_floatarg ypos, { t_pd *sh = (t_pd *)x->x_handle; pd_vmess(sh, gensym("_motion"), "ff", (t_float)xpos, (t_float)ypos); - post("moving a gop rect"); + //post("moving a gop rect"); } } else if (x->gl_editor->e_onmotion == MA_SCROLL || mod == -1) -- GitLab