From cf391dce36a6a563b45c5ca518f01dd26ad2f70c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Mon, 6 Apr 2009 11:43:51 +0000 Subject: remove verbose output in dsp-function() svn path=/trunk/externals/zexy/; revision=10966 --- src/noish~.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/noish~.c') diff --git a/src/noish~.c b/src/noish~.c index dba7770..3591c83 100644 --- a/src/noish~.c +++ b/src/noish~.c @@ -147,7 +147,6 @@ static t_int *noish_perform(t_int *w) static void noish_dsp(t_nois *x, t_signal **sp) { - post("sr=%f\nsn=%f", sp[0]->s_sr, sp[0]->s_n); dsp_add(noish_perform, 3, x, sp[0]->s_vec, sp[0]->s_n); } -- cgit v1.2.1