libeplayer3/playback: disable debugging output

This commit is contained in:
martii
2013-11-23 14:40:28 +01:00
parent 11191c62dd
commit 2a720c6106

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