Skip to content
Snippets Groups Projects
Commit 260c205c authored by Ivica Bukvic's avatar Ivica Bukvic
Browse files

*removed debugging stderr output

parent e6d4241a
No related branches found
No related tags found
No related merge requests found
......@@ -1274,7 +1274,7 @@ static void *subcanvas_new(t_symbol *s)
{
t_atom a[6];
t_canvas *x, *z = canvas_getcurrent();
fprintf(stderr,"subcanvas_new current canvas .x%lx\n", (t_int)z);
//fprintf(stderr,"subcanvas_new current canvas .x%lx\n", (t_int)z);
if (!*s->s_name) s = gensym("/SUBPATCH/");
SETFLOAT(a, 0);
SETFLOAT(a+1, GLIST_DEFCANVASYLOC);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment