diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2003-06-18 14:03:28 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2003-06-18 14:03:28 +0000 |
commit | 87e6b4e22ac5666bd3797cba2b65779153748afd (patch) | |
tree | 93885f7245be56e656f68b2f5565cc0fe3e4db26 | |
parent | 26274c544daed6b2f84f4976072d10e397e186ca (diff) |
removed some verbosity
svn path=/trunk/externals/zexy/; revision=716
-rw-r--r-- | src/z_lp.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"); |