aboutsummaryrefslogtreecommitdiff
path: root/src/z_lp.c
diff options
context:
space:
mode:
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");