From a1e34ed65db8fa35dd867d32b73ffa785328d8bd Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Wed, 28 Sep 2016 15:27:18 +0200 Subject: [PATCH] src/aubioshift~.c: remove debug output --- src/aubioshift~.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/aubioshift~.c b/src/aubioshift~.c index f4f4c39..2c2ee22 100644 --- a/src/aubioshift~.c +++ b/src/aubioshift~.c @@ -91,7 +91,6 @@ static void *aubioshift_tilde_new (t_floatarg f, t_symbol *s) void aubioshift_tilde_del(t_aubioshift_tilde *x) { - post("aubioshift_tilde_del"); inlet_free(x->inlet); outlet_free(x->outlet); del_aubio_pitchshift(x->pitchshift); -- 2.11.0