1
Fork 0

Remove debugging statement.

This commit is contained in:
Juliusz Chroboczek 2021-05-15 16:08:46 +02:00
parent 7009f7e4e7
commit 25b70bb72a
1 changed files with 0 additions and 1 deletions

View File

@ -276,7 +276,6 @@ func newDiskConn(client *Client, directory string, up conn.Up, remoteTracks []co
}
} else if strings.EqualFold(codec, "video/vp8") ||
strings.EqualFold(codec, "video/vp9") {
println(remote.Label())
if video == nil || video.Label() == "l" {
video = remote
} else if remote.Label() != "l" {