From 6e96dfef67b2fed6414b8e98038c13695d9858a5 Mon Sep 17 00:00:00 2001 From: Ivica Ico Bukvic <ico@vt.edu> Date: Wed, 10 Sep 2014 12:00:13 -0400 Subject: [PATCH] *removed debug info --- 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 dafc0b290..79c4333a6 100644 --- a/pd/src/g_editor.c +++ b/pd/src/g_editor.c @@ -5891,7 +5891,7 @@ static void canvas_paste_xyoffset(t_canvas *x) static void canvas_paste_atmouse(t_canvas *x) { t_selection *sel; - fprintf(stderr,"paste_atmouse\n"); + //fprintf(stderr,"paste_atmouse\n"); /* use safe values for x1 and y1 which are essentially the same as xyoffset */ int x1 = x->gl_editor->e_xwas+10, y1 = x->gl_editor->e_ywas+10, init = 0; t_float sx = 0.0, sy = 0.0; -- GitLab