Skip to content

Commit

Permalink
Disabled WebRTC debug logs.
Browse files Browse the repository at this point in the history
  • Loading branch information
namark committed May 27, 2024
1 parent 9699b7e commit c970360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/networking/src/webrtc/WebRTCDataChannels.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const int MAX_WEBRTC_BUFFER_SIZE = 16777216; // 16MB
#define WEBRTC_DEBUG_LEVEL_NORMAL 1 // basic peer connection logs
#define WEBRTC_DEBUG_LEVEL_VERBOSE 2 // full data channel logs

#define WEBRTC_DEBUG WEBRTC_DEBUG_LEVEL_NORMAL
// #define WEBRTC_DEBUG WEBRTC_DEBUG_LEVEL_NORMAL

using namespace webrtc;

Expand Down

0 comments on commit c970360

Please sign in to comment.