turned off LOG printouts

This commit is contained in:
Joakim Larsson Edström 2015-10-11 23:08:55 +02:00
parent 33665b7c46
commit 3751c3f099

View File

@ -53,7 +53,7 @@
// MACROS / CONSTANTS
//**************************************************************************
#define VERBOSE 2
#define VERBOSE 0
#define LOG(x) do { if (VERBOSE) logerror x; } while (0)
#if VERBOSE == 2