audio: Remove println

This commit is contained in:
Hajime Hoshi 2018-06-09 19:05:07 +09:00
parent 2fee7a6fe5
commit b62e07b9bd

View File

@ -76,7 +76,6 @@ func (p *players) Read(b []byte) (int, error) {
for player := range p.players {
if player.isJustAfterStartedOrSeeked() {
println("oh")
continue
}
s := player.bufferSizeInBytes()