From 277185b51d6b58d25f9ca11bf999185aad9b5963 Mon Sep 17 00:00:00 2001 From: aiju Date: Wed, 1 Apr 2015 22:16:52 +0200 Subject: games/gba: remove debugging print --- sys/src/games/gba/apu.c | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/src/games') 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; -- cgit v1.2.3