mirror of
https://github.com/openlibrecommunity/olcrtc.git
synced 2026-05-26 07:08:11 +00:00
Remove debug logging from handleFrame
This commit is contained in:
@@ -390,7 +390,6 @@ func (p *streamTransport) handleRemoteTrack(track *webrtc.TrackRemote, _ *webrtc
|
||||
}
|
||||
|
||||
func (p *streamTransport) handleFrame(frame []byte) {
|
||||
logger.Debugf("videochannel handleFrame: len=%d videoCodec=%s", len(frame), p.videoCodec)
|
||||
var payload []byte
|
||||
var err error
|
||||
if p.videoCodec == "b" {
|
||||
|
||||
Reference in New Issue
Block a user