diff --git a/platform/redbee-econotag/contiki-mc1322x-main.c b/platform/redbee-econotag/contiki-mc1322x-main.c index 9e46044ac..34aa67f3d 100644 --- a/platform/redbee-econotag/contiki-mc1322x-main.c +++ b/platform/redbee-econotag/contiki-mc1322x-main.c @@ -66,7 +66,7 @@ #include "contiki-maca.h" #include "contiki-uart.h" -#define DEBUG 1 +#define DEBUG 0 #if DEBUG #include #define PRINTF(...) printf(__VA_ARGS__) @@ -86,14 +86,6 @@ #define RIMEADDR_NBYTES 8 #endif -#define PLATFORM_DEBUG 1 -#if PLATFORM_DEBUG -#define PRINTF(...) printf(__VA_ARGS__) -#else -#define PRINTF(...) -#endif - - #if UIP_CONF_ROUTER #ifndef UIP_ROUTER_MODULE