From d976a9f5a0c12f961cf778d386aa9a55d907db6a Mon Sep 17 00:00:00 2001 From: travisladuke Date: Fri, 11 Aug 2023 12:17:06 -0700 Subject: [PATCH] Comment out PortMapper debug this got left turned on in a confusing merge previously --- osdep/PortMapper.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osdep/PortMapper.cpp b/osdep/PortMapper.cpp index 519aba917..1228a95a2 100644 --- a/osdep/PortMapper.cpp +++ b/osdep/PortMapper.cpp @@ -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