aboutsummaryrefslogtreecommitdiff
path: root/src/z_lp.c
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2003-06-18 14:03:28 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2003-06-18 14:03:28 +0000
commit87e6b4e22ac5666bd3797cba2b65779153748afd (patch)
tree93885f7245be56e656f68b2f5565cc0fe3e4db26 /src/z_lp.c
parent26274c544daed6b2f84f4976072d10e397e186ca (diff)
removed some verbosity
svn path=/trunk/externals/zexy/; revision=716
Diffstat (limited to 'src/z_lp.c')
-rw-r--r--src/z_lp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/z_lp.c b/src/z_lp.c
index 71421c0..43f1130 100644
--- a/src/z_lp.c
+++ b/src/z_lp.c
@@ -94,7 +94,7 @@ static void *lp_new(t_symbol *s, int argc, t_atom *argv)
}
x->mode=MODE_IOPL;
count_iopl++;
- post("iopl.............................%d", count_iopl);
+ // post("iopl.............................%d", count_iopl);
}
post("connected to port %x in mode '%s'", x->port, (x->mode==MODE_IOPL)?"iopl":"ioperm");