From 7545518dc54a708dc2006bdfe06ef7ad68ec9ad0 Mon Sep 17 00:00:00 2001 From: Jonathan Wilkes <jancsika@yahoo.com> Date: Sun, 22 Jun 2014 16:24:09 -0400 Subject: [PATCH] removed debug msg --- pd/src/g_template.c | 1 - 1 file changed, 1 deletion(-) diff --git a/pd/src/g_template.c b/pd/src/g_template.c index 18c009484..ebed62a0a 100644 --- a/pd/src/g_template.c +++ b/pd/src/g_template.c @@ -1140,7 +1140,6 @@ void *svg_new(t_pd *parent, t_symbol *s, int argc, t_atom *argv) } x->x_nargs = nxy; } - post("nxy is %d", nxy); x->x_vec = (t_fielddesc *)t_getbytes(nxy * sizeof(t_fielddesc)); if (x->x_type == gensym("rect") || x->x_type == gensym("circle") || -- GitLab