From 87e6b4e22ac5666bd3797cba2b65779153748afd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Wed, 18 Jun 2003 14:03:28 +0000 Subject: removed some verbosity svn path=/trunk/externals/zexy/; revision=716 --- src/z_lp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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"); -- cgit v1.2.1