Skip to content

Commit

Permalink
chore: remove print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
OrlandoCo committed Mar 17, 2021
1 parent 12b5ca8 commit 7359f9d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/sfu/receiver.go
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,6 @@ func (w *WebRTCReceiver) AddDownTrack(track *DownTrack, bestQualityFirst bool) {
w.locks[layer].Unlock()
return
}
println("subscribed to layer: ", layer)
track.SetInitialLayers(int64(layer), 2)
track.maxSpatialLayer = 2
track.maxTemporalLayer = 2
Expand Down

0 comments on commit 7359f9d

Please sign in to comment.