mirror of
https://github.com/jech/galene.git
synced 2024-11-09 18:25:58 +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") ||
|
} else if strings.EqualFold(codec, "video/vp8") ||
|
||||||
strings.EqualFold(codec, "video/vp9") {
|
strings.EqualFold(codec, "video/vp9") {
|
||||||
println(remote.Label())
|
|
||||||
if video == nil || video.Label() == "l" {
|
if video == nil || video.Label() == "l" {
|
||||||
video = remote
|
video = remote
|
||||||
} else if remote.Label() != "l" {
|
} else if remote.Label() != "l" {
|
||||||
|
|
Loading…
Reference in a new issue