From d0958698445252c2c53d60d2df8fad77688d383d Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Mon, 11 Oct 2021 18:57:30 -0400 Subject: [PATCH] turned off debug --- octopi/library/sockets/tcpip_stack.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/octopi/library/sockets/tcpip_stack.cpp b/octopi/library/sockets/tcpip_stack.cpp index 7c95dd40..6ef9141c 100644 --- a/octopi/library/sockets/tcpip_stack.cpp +++ b/octopi/library/sockets/tcpip_stack.cpp @@ -39,7 +39,7 @@ using namespace textual; namespace sockets { -#define DEBUG_TCPIP_STACK +//#define DEBUG_TCPIP_STACK // turn on for clamor. #undef LOG -- 2.34.1