aboutsummaryrefslogtreecommitdiff
path: root/error.c
diff options
context:
space:
mode:
Diffstat (limited to 'error.c')
-rw-r--r--error.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/error.c b/error.c
index bdca131..745c2d8 100644
--- a/error.c
+++ b/error.c
@@ -46,7 +46,6 @@ static void error_float(t_error *x, t_float f)
static void error_anything(t_error *x, t_symbol *s, int argc, t_atom *argv)
{
- post("error_anything %s", s->s_name);
t_symbol* output = args2symbol(argc, argv);
logpost(x, (const int)x->level, "%s%s%s %s",
x->tag->s_name, (*x->tag->s_name ? ": " : ""),