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:
parent
7009f7e4e7
commit
25b70bb72a
1 changed files with 0 additions and 1 deletions
|
@ -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" {
|
||||
|
|
Loading…
Reference in a new issue