don't print every packet to std::out by default

This commit is contained in:
in1tiate 2024-02-19 03:55:24 -06:00
parent 18719c9ae8
commit bd95e8fff2

View File

@ -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 \