From 876c90c4de82dc315479a1296c2e1924467918a7 Mon Sep 17 00:00:00 2001 From: namark Date: Thu, 21 Mar 2024 13:48:06 +0400 Subject: [PATCH] Disabled verbose WebRTC logging. --- libraries/networking/src/webrtc/WebRTCDataChannels.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/networking/src/webrtc/WebRTCDataChannels.cpp b/libraries/networking/src/webrtc/WebRTCDataChannels.cpp index 578ede75bf..8a79a6bfec 100644 --- a/libraries/networking/src/webrtc/WebRTCDataChannels.cpp +++ b/libraries/networking/src/webrtc/WebRTCDataChannels.cpp @@ -31,7 +31,7 @@ const std::list DEFAULT_ICE_SERVER_URLS = { }; const int MAX_WEBRTC_BUFFER_SIZE = 16777216; // 16MB -#define WEBRTC_DEBUG +// #define WEBRTC_DEBUG using namespace webrtc;