Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 5b5c3b4

Browse files
committedSep 22, 2023
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 5b5c3b4

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)
Please sign in to comment.