aboutsummaryrefslogtreecommitdiff
path: root/serializer/b2f.c
diff options
context:
space:
mode:
Diffstat (limited to 'serializer/b2f.c')
-rw-r--r--serializer/b2f.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/serializer/b2f.c b/serializer/b2f.c
index 91d1096..61b622b 100644
--- a/serializer/b2f.c
+++ b/serializer/b2f.c
@@ -27,7 +27,7 @@ static void b2f_list(t_b2f *x, t_symbol *s, int argc, t_atom *argv)
int i, d;
union fbuf buf;
- post("b2f_list: s is %s, argc is %d", s->s_name, argc);
+ //post("b2f_list: s is %s, argc is %d", s->s_name, argc);
if (0 != strncmp("list", s->s_name, 4))
{
post("b2f_list: not a list of floats");