Skip to content

Commit 0b972d7

Browse files
committed
Remove log that Stat is not fully implemented
audio.GetStat() is run on each run. It can be annoying to print it each time.
1 parent 5ecc9d6 commit 0b972d7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

audio/synth.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,8 +189,6 @@ func (s *Synthesizer) Music(patterNo int, fadeMs int, channelMask byte) {
189189
}
190190

191191
func (s *Synthesizer) Stat() Stat {
192-
fmt.Println("Stat is not fully implemented yet. Sorry...")
193-
194192
stat := Stat{}
195193
for i, c := range s.channels {
196194
if c.playing {

0 commit comments

Comments
 (0)