mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-01-11 19:48:54 +01:00
audio: Remove print
This commit is contained in:
parent
66052b5b5d
commit
59c2fcd961
@ -85,7 +85,6 @@ func (p *player) proceed() error {
|
||||
}
|
||||
b := make([]byte, bufferSize)
|
||||
for 0 < len(b) {
|
||||
print(len(b))
|
||||
n, err := p.src.Read(b)
|
||||
if 0 < n {
|
||||
const channelNum = 2
|
||||
|
Loading…
Reference in New Issue
Block a user