Commit 93f488f0 authored by Max Kellermann's avatar Max Kellermann

wavpack: remove commented debug messages

parent 600e1322
......@@ -149,12 +149,7 @@ wavpack_decode(struct decoder * decoder, WavpackContext *wpc, bool canseek,
} else {
format_samples = format_samples_int;
}
/*
if ((WavpackGetMode(wpc) & MODE_WVC) == MODE_WVC)
printf("decoding WITH wvc!!!\n");
else
printf("decoding without wvc\n");
*/
allsamples = WavpackGetNumSamples(wpc);
bytes_per_sample = WavpackGetBytesPerSample(wpc);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment