diff --git a/include/net/net.hpp b/include/net/net.hpp index 05f837f9..aeaf3d85 100644 --- a/include/net/net.hpp +++ b/include/net/net.hpp @@ -4,7 +4,7 @@ #include #include -#define DEBUG_NETWORK 1 +// #define DEBUG_NETWORK 1 #ifdef DEBUG_NETWORK #define netdbg(m, ...) debug(m, ##__VA_ARGS__)