1
Fork 0
mirror of https://github.com/jech/galene.git synced 2024-11-09 02:05:59 +01:00

Remove debugging statement.

This commit is contained in:
Juliusz Chroboczek 2021-05-15 16:08:46 +02:00
parent 7009f7e4e7
commit 25b70bb72a

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" {