Comment out PortMapper debug

this got left turned on in a confusing merge previously
This commit is contained in:
travisladuke 2023-08-11 12:17:06 -07:00 committed by Travis LaDuke
parent f2060e0c76
commit d976a9f5a0

View File

@ -14,7 +14,7 @@
#ifdef ZT_USE_MINIUPNPC
// Uncomment to dump debug messages
#define ZT_PORTMAPPER_TRACE 1
//#define ZT_PORTMAPPER_TRACE 1
#ifdef __ANDROID__
#include <android/log.h>