hide a debug message
This commit is contained in:
parent
00fc91a451
commit
7ac8a917a4
@ -124,7 +124,9 @@ while ( (lu=sf_read_short(sndf, samples, T_BUFFER)) > 0 )
|
||||
wrefresh(popup);
|
||||
}
|
||||
|
||||
#if DEBUG_LEVEL
|
||||
fprintf(stderr, "maxsample = %d\n", maxsample);
|
||||
#endif
|
||||
|
||||
/*
|
||||
* some cleanup...
|
||||
|
Loading…
Reference in New Issue
Block a user