From 46cdce8d1a45b22882a87bbb033e50e84a5f1e72 Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 9 Jan 2023 03:33:21 +0200 Subject: [PATCH] Forgot commenting DEBUG_NETWORK --- include/net/net.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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__)