From afd79931523722f86d7390b0947ee7afdea2e926 Mon Sep 17 00:00:00 2001 From: David Rowe Date: Sat, 6 Nov 2021 22:31:52 +1300 Subject: [PATCH] Disable WebRTC debug --- 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 128d48f42a..ad67004d58 100644 --- a/libraries/networking/src/webrtc/WebRTCDataChannels.cpp +++ b/libraries/networking/src/webrtc/WebRTCDataChannels.cpp @@ -28,7 +28,7 @@ const std::list ICE_SERVER_URIS = { }; const int MAX_WEBRTC_BUFFER_SIZE = 16777216; // 16MB -#define WEBRTC_DEBUG +// #define WEBRTC_DEBUG using namespace webrtc;