From facfe1e509fee15857fdfe548d802070d88535ef Mon Sep 17 00:00:00 2001 From: user <user@user-ThinkPad-X60.(none)> Date: Fri, 15 May 2015 01:26:51 -0400 Subject: [PATCH] comment out debug message --- pd/src/g_template.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pd/src/g_template.c b/pd/src/g_template.c index 83022ab38..f31da70b1 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; -- GitLab