From 2a2dee709978fe08582e6f647d89a4a2709e0713 Mon Sep 17 00:00:00 2001 From: Thibaut Mattern Date: Sun, 14 Sep 2003 12:59:27 +0000 Subject: 2 forgotten printf CVS patchset: 5375 CVS date: 2003/09/14 12:59:27 --- src/post/visualizations/fft.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/post/visualizations/fft.c') diff --git a/src/post/visualizations/fft.c b/src/post/visualizations/fft.c index 5dfc40eab..e1a644e39 100644 --- a/src/post/visualizations/fft.c +++ b/src/post/visualizations/fft.c @@ -127,7 +127,7 @@ fft_t *fft_new (int bits) const double TWOPIoN = (atan(1.0) * 8.0) / (double)SAMPLES; const double TWOPIoNm1 = (atan(1.0) * 8.0) / (double)(SAMPLES - 1); - printf("fft_new: bits=%d\n", bits); + /* printf("fft_new: bits=%d\n", bits); */ fft = (fft_t*)malloc(sizeof(fft_t)); if (!fft) -- cgit v1.2.3