diff --git a/webrtc/DtlsTransport.cpp b/webrtc/DtlsTransport.cpp index ec2f67b6..66183f8e 100644 --- a/webrtc/DtlsTransport.cpp +++ b/webrtc/DtlsTransport.cpp @@ -1469,8 +1469,7 @@ namespace RTC // Workaround for https://github.com/openssl/openssl/issues/7998. if (this->handshakeDone) { - MS_DEBUG_DEV("handshake is done so return"); - + // MS_DEBUG_DEV("handshake is done so return"); return; }