diff --git a/pd/src/g_template.c b/pd/src/g_template.c
index 83022ab386e6348285d3a23c9767a84e6c7014dc..f31da70b1dc8b9bcd83bf2befd3114269fcd7043 100644
--- a/pd/src/g_template.c
+++ b/pd/src/g_template.c
@@ -5119,7 +5119,7 @@ static void plot_getrect(t_gobj *z, t_glist *glist,
             //    x1, y1, x2, y2);
         }
     }
-    fprintf(stderr,"FINAL plot_getrect %d %d %d %d\n", x1, y1, x2, y2);
+    //fprintf(stderr,"FINAL plot_getrect %d %d %d %d\n", x1, y1, x2, y2);
     //fprintf(stderr,"basex %g basey %g\n", basex, basey);
     *xp1 = x1;
     *yp1 = y1;