aboutsummaryrefslogtreecommitdiff
path: root/src/fwriteln.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fwriteln.c')
-rw-r--r--src/fwriteln.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/fwriteln.c b/src/fwriteln.c
index 4c1d9fb..a6a9689 100644
--- a/src/fwriteln.c
+++ b/src/fwriteln.c
@@ -239,7 +239,6 @@ static void *fwriteln_new(t_symbol *s, int argc, t_atom *argv)
strncat(x->format_string_afloats,width_str,2);
strncat(x->format_string_afloats,precision_str,3);
strncat(x->format_string_afloats,float_format,2);
- //post("format string: \"%s\"\n",x->format_string_afloats);
return (void *)x;
}