src/aubioshift~.c: remove debug output pitchshift
authorPaul Brossier <piem@piem.org>
Wed, 28 Sep 2016 13:27:18 +0000 (15:27 +0200)
committerPaul Brossier <piem@piem.org>
Wed, 28 Sep 2016 13:27:18 +0000 (15:27 +0200)
src/aubioshift~.c

index f4f4c39..2c2ee22 100644 (file)
@@ -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);