turned off logging

This commit is contained in:
Joakim Larsson Edstrom 2016-03-27 14:20:25 +02:00
parent 09f2e37a16
commit 9254c8d3cf

View File

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