libeplayer3: deactivate debugging

This commit is contained in:
martii
2013-06-08 12:34:19 +02:00
committed by Stefan Seyfried
parent f5091bcd35
commit 267788f14e
17 changed files with 25 additions and 25 deletions

View File

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