From c8d841fbd112aaca23373c54d82df42d94d01742 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Fri, 11 Mar 2011 05:34:21 +0000 Subject: removed debug msg svn path=/trunk/externals/log/; revision=15025 --- error.c | 1 - 1 file changed, 1 deletion(-) 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 ? ": " : ""), -- cgit v1.2.1