From 26793de13de4716b8e387fae5fa28c6262a5a841 Mon Sep 17 00:00:00 2001 From: Martin Peach Date: Tue, 13 Mar 2012 16:50:27 +0000 Subject: Removed a debug post() svn path=/trunk/externals/mrpeach/; revision=16072 --- osc/routeOSC.c | 1 - 1 file changed, 1 deletion(-) (limited to 'osc/routeOSC.c') diff --git a/osc/routeOSC.c b/osc/routeOSC.c index 15b788e..1186234 100644 --- a/osc/routeOSC.c +++ b/osc/routeOSC.c @@ -407,7 +407,6 @@ static void routeOSC_doanything(t_routeOSC *x, t_symbol *s, int argc, t_atom *ar static void routeOSC_list(t_routeOSC *x, t_symbol *s, int argc, t_atom *argv) { - post ("routeOSC_list: argc is %d", argc); if (argv[0].a_type == A_SYMBOL) routeOSC_doanything(x, argv[0].a_w.w_symbol, argc-1, &argv[1]); else { -- cgit v1.2.1