ref: 277185b51d6b58d25f9ca11bf999185aad9b5963
parent: 2a03ed80e4fc52c327e47e1749c97b4e2c1aa1d8
author: aiju <devnull@localhost>
date: Wed Apr 1 18:16:52 EDT 2015
games/gba: remove debugging print
--- a/sys/src/games/gba/apu.c
+++ b/sys/src/games/gba/apu.c
@@ -169,7 +169,6 @@
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;