diff options
author | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-08-22 13:11:39 -0400 |
---|---|---|
committer | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-08-22 13:11:39 -0400 |
commit | fc0ac4d9ae743ee855180ccdb8f24a9eeef896cc (patch) | |
tree | a309cddcc8d400f8f95270128506d84eda2be00d /socket-common.h | |
parent | eee587b04dc46ade28b84fd9534c3358afb4f181 (diff) |
initialize all flash data now
Diffstat (limited to 'socket-common.h')
-rw-r--r-- | socket-common.h | 8 |
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 |