X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=afs.c;h=608bdde87e3fc32de56739f119b05b619310108a;hp=69b71e77670769e254807d62f373c9d4f89e05e0;hb=3d412f0e603b785291de86be66ff6472cd17246f;hpb=9a4a954096457e802df50b951315c171818a8391 diff --git a/afs.c b/afs.c index 69b71e77..608bdde8 100644 --- a/afs.c +++ b/afs.c @@ -198,7 +198,7 @@ int guess_audio_format(const char *name) continue; if (strcasecmp(name + len - plen, p)) continue; - PARA_DEBUG_LOG("might be %s\n", audio_format_name(i)); +// PARA_DEBUG_LOG("might be %s\n", audio_format_name(i)); return i; } }