Skip to content
Snippets Groups Projects
Commit e0290e36 authored by Michael Tüxen's avatar Michael Tüxen
Browse files

Disable logging.

Sponsored by:	Netflix
parent 508f92ce
No related branches found
No related tags found
No related merge requests found
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
#include "types.h" #include "types.h"
/* Enable this to get debug logging. */ /* Enable this to get debug logging. */
#define DEBUG_LOGGING 1 #define DEBUG_LOGGING 0
/* Use a gcc variadic macro to conditionally compile debug printing. */ /* Use a gcc variadic macro to conditionally compile debug printing. */
#define DEBUGP(...) \ #define DEBUGP(...) \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment