summaryrefslogtreecommitdiff
path: root/socket-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'socket-common.h')
-rw-r--r--socket-common.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/socket-common.h b/socket-common.h
index dfba8f8..8a7e6da 100644
--- a/socket-common.h
+++ b/socket-common.h
@@ -5,12 +5,4 @@
#include <gio/gio.h>
#include <string.h>
-#define DEBUG_ON - uncomment this to have debug messages
-
-#ifdef DEBUG_ON
-#define g_print_debug(...) g_print(__VA_ARGS__)
-#else
-#define g_print_debug(...) {}
-#endif
-
#endif