From bd95e8fff2b992b1e46a1be72a59a48559945f5f Mon Sep 17 00:00:00 2001 From: in1tiate <32779090+in1tiate@users.noreply.github.com> Date: Mon, 19 Feb 2024 03:55:24 -0600 Subject: [PATCH] don't print every packet to std::out by default --- core/core.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core.pro b/core/core.pro index c3bc115..aabe536 100644 --- a/core/core.pro +++ b/core/core.pro @@ -29,7 +29,7 @@ DESTDIR = $$PWD/../bin #DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0 # Enable this to print network messages to the console -DEFINES += NET_DEBUG +# DEFINES += NET_DEBUG SOURCES += \ src/acl_roles_handler.cpp \