dvbsub: disable debugging

Origin commit data
------------------
Branch: ni/coolstream
Commit: d80afafc89
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2015-02-22 (Sun, 22 Feb 2015)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Stefan Seyfried
2015-02-22 00:46:45 +01:00
parent d6bc62a476
commit c078943ffa
2 changed files with 3 additions and 3 deletions

View File

@@ -26,7 +26,7 @@ extern "C" {
#include "Debug.hpp"
// Set these to 'true' for debug output:
static bool DebugConverter = true;
static bool DebugConverter = false;
#define dbgconverter(a...) if (DebugConverter) sub_debug.print(Debug::VERBOSE, a)