From 9814489e32093846006db01d78ebe742a4160382 Mon Sep 17 00:00:00 2001
From: deuce <>
Date: Fri, 21 Jan 2005 04:19:47 +0000
Subject: [PATCH] Remove debug output.

---
 src/xpdev/xpbeep.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/xpdev/xpbeep.c b/src/xpdev/xpbeep.c
index 698fc9f33b..92c09b4092 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... 
-- 
GitLab