aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFranz Zotter <fzotter@users.sourceforge.net>2005-09-22 13:06:55 +0000
committerFranz Zotter <fzotter@users.sourceforge.net>2005-09-22 13:06:55 +0000
commitd3a9872d383e92646de262c3bc9a52288e9f91f7 (patch)
treec523901da694d5c4b38af70254e9679ac5a48d42
parent0ce3122718cfadf4104f7b4fb7d959f294d63918 (diff)
a post message for debugging was removed
svn path=/trunk/externals/iem/iemmatrix/; revision=3618
-rw-r--r--src/mtx_decay.c1
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;
}