From 5d3ab8a1ac936af69f8139f9a2219920b003af47 Mon Sep 17 00:00:00 2001
From: Ivica Ico Bukvic <ico@vt.edu>
Date: Sat, 30 Aug 2014 20:11:02 -0400
Subject: [PATCH] *disabled debugging output

---
 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 f69fc6569..bcb287ade 100644
--- a/pd/src/g_template.c
+++ b/pd/src/g_template.c
@@ -3884,7 +3884,7 @@ typedef struct {int x,y;} intxy;
    http://www.tcl.tk/cgi-bin/tct/tip/168.html */
 void curve_smooth_to_q(int *pix, int n, int closed)
 {
-    fprintf(stderr,"curve_smooth_to_q closed=%d\n", closed);
+    //fprintf(stderr,"curve_smooth_to_q closed=%d\n", closed);
     intxy *p = (intxy *)pix;
     int i, end = (closed ? n : n - 1);
     int a = 0, b = 0;
-- 
GitLab