summaryrefslogtreecommitdiff
path: root/mcli.h
diff options
context:
space:
mode:
authorHolger Steinhaus <hsteinhaus@gmx.de>2015-11-12 11:17:32 +0100
committerHolger Steinhaus <hsteinhaus@gmx.de>2015-11-12 11:17:32 +0100
commit1fec589c232ce1125feca15bcb8ebaaa04f67641 (patch)
treeb01e8793abad1ea2a8ee93433a14308675764ebe /mcli.h
parent61a69b2a133fa09f944753f5470ca0e49461b1ee (diff)
downloadvdr-plugin-mcli-1fec589c232ce1125feca15bcb8ebaaa04f67641.tar.gz
vdr-plugin-mcli-1fec589c232ce1125feca15bcb8ebaaa04f67641.tar.bz2
Disabled debug logging, ensured that all debug logging only active if one of the DEBUG_* is defined
Diffstat (limited to 'mcli.h')
-rw-r--r--mcli.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/mcli.h b/mcli.h
index 36efb68..87c97c2 100644
--- a/mcli.h
+++ b/mcli.h
@@ -37,8 +37,8 @@
//#define DEBUG_PIDS
//#define DEBUG_TUNE_EXTRA
-#define DEBUG_TUNE
-#define DEBUG_RESOURCES
+//#define DEBUG_TUNE
+//#define DEBUG_RESOURCES
class cMcliDeviceObject:public cListObject
{