summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/src/games/gba/apu.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/src/games/gba/apu.c b/sys/src/games/gba/apu.c
index 3b99a4614..3e8883572 100644
--- a/sys/src/games/gba/apu.c
+++ b/sys/src/games/gba/apu.c
@@ -169,7 +169,6 @@ sweep(int wb)
if((cnt & 1<<3) != 0)
d = -d;
fr = sweepfreq + d;
- print("%d %d %d\n", d, sweepfreq, fr);
if(fr > 2047){
sndch[0].len = 0;
sndch[0].vol = 0;