libeplayer3/playback: disable debugging output

This commit is contained in:
martii
2013-11-23 14:40:28 +01:00
committed by Stefan Seyfried
parent 32ec25ec4d
commit 6c84031759

View File

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