aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/noish~.c1
1 files changed, 0 insertions, 1 deletions
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);
}