diff options
author | aiju <devnull@localhost> | 2015-04-01 22:16:52 +0200 |
---|---|---|
committer | aiju <devnull@localhost> | 2015-04-01 22:16:52 +0200 |
commit | 277185b51d6b58d25f9ca11bf999185aad9b5963 (patch) | |
tree | b2b76fd80138a4f8c016665f1916e1afd947be98 /sys/src/games | |
parent | 2a03ed80e4fc52c327e47e1749c97b4e2c1aa1d8 (diff) |
games/gba: remove debugging print
Diffstat (limited to 'sys/src/games')
-rw-r--r-- | sys/src/games/gba/apu.c | 1 |
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; |