games/gba: remove debugging print

This commit is contained in:
aiju 2015-04-01 22:16:52 +02:00
parent 2a03ed80e4
commit 277185b51d

View file

@ -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;