Skip to content

Commit

Permalink
Disabled verbose WebRTC logging.
Browse files Browse the repository at this point in the history
  • Loading branch information
namark committed Mar 21, 2024
1 parent dfea8da commit 876c90c
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 @@ -31,7 +31,7 @@ const std::list<std::string> DEFAULT_ICE_SERVER_URLS = {
};
const int MAX_WEBRTC_BUFFER_SIZE = 16777216; // 16MB

#define WEBRTC_DEBUG
// #define WEBRTC_DEBUG

using namespace webrtc;

Expand Down

0 comments on commit 876c90c

Please sign in to comment.