libeplayer3/playback: disable debugging output

This commit is contained in:
martii
2013-11-23 14:40:28 +01:00
parent 8e23cdbad7
commit d43560ab2b

View File

@@ -29,7 +29,7 @@
#define PLAYBACK_DEBUG
static short debug_level = 50;
static short debug_level = 0;
static const char *FILENAME = "playback.c";
#ifdef PLAYBACK_DEBUG