From c609770ff973099aabfb79e0b9201e4bdf2dc293 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Wed, 27 Aug 2014 18:39:12 +0200 Subject: Disable DEBUG by default --- src/mot-encoder.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/mot-encoder.cpp b/src/mot-encoder.cpp index e4b924a..9302633 100644 --- a/src/mot-encoder.cpp +++ b/src/mot-encoder.cpp @@ -41,7 +41,7 @@ #include #include "config.h" -#define DEBUG 1 +#define DEBUG 0 #define SLEEPDELAY_DEFAULT 10 //seconds -- cgit v1.2.3