libeplayer3: deactivate debugging

This commit is contained in:
martii
2013-06-08 12:34:19 +02:00
parent 4f56cae01d
commit 4b5228cfb0
17 changed files with 17 additions and 17 deletions

View File

@@ -27,7 +27,7 @@
#ifdef CONTAINER_DEBUG
static short debug_level = 10;
static short debug_level = 0;
#define container_printf(level, x...) do { \
if (debug_level >= level) printf(x); } while (0)