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

*removed wavinfo's stderr debug message

parent 5795cfc8
No related branches found
No related tags found
No related merge requests found
......@@ -85,7 +85,7 @@ static void wavinfo_symbol(t_wavinfo *x, t_symbol *filename)
char fname[FILENAME_MAX];
canvas_makefilename(x->x_canvas, filename->s_name, fname, MAXPDSTRING);
fprintf(stderr,"... %s %s\n", filename->s_name, fname);
//fprintf(stderr,"... %s %s\n", filename->s_name, fname);
int ok=(stat(fname, &statbuf) >= 0);
if (ok>0) {
......
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