diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/mtx_decay.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mtx_decay.c b/src/mtx_decay.c index 293ef16..d0a99af 100644 --- a/src/mtx_decay.c +++ b/src/mtx_decay.c @@ -79,7 +79,6 @@ static void *newMTXDecay (t_symbol *s, int argc, t_atom *argv) argc = ((argc<3)?argc:3); while (n < argc) { if (argv[n].a_type == A_SYMBOL) { - post("postition %d",n); sym_count++; first_sym = (first_sym<n)?first_sym:n; } |