diff --git a/src/xpdev/xpbeep.c b/src/xpdev/xpbeep.c index 698fc9f33b7b79526ac441d24c8b7ab5ef15f052..92c09b409298a01146e84ee4f32e0dc4c6f8bd68 100644 --- a/src/xpdev/xpbeep.c +++ b/src/xpdev/xpbeep.c @@ -68,7 +68,6 @@ void makewave(double freq, unsigned char *wave, int samples) wave[i]=(pos<WAVE_PI)?255:0; break; } -printf("POS: %.4f VAL: %u\n",pos,wave[i]); } /* Now we have a "perfect" wave...