diff --git a/pd/src/g_editor.c b/pd/src/g_editor.c
index dafc0b2904b890342b80875a32e7184535235587..79c4333a61e9360e753c95e7348e6d1e5c8393a0 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;