hide a debug message

This commit is contained in:
tTh 2023-12-05 03:13:32 +01:00
parent 00fc91a451
commit 7ac8a917a4
1 changed files with 2 additions and 0 deletions

View File

@ -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...