From 10b3fead00db11665f678639101e2c7653687140 Mon Sep 17 00:00:00 2001 From: Thomas O Fredericks Date: Tue, 22 Sep 2009 22:52:14 +0000 Subject: Almost ready for a release svn path=/trunk/externals/tof/; revision=12429 --- test/paramDump.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/paramDump.c') diff --git a/test/paramDump.c b/test/paramDump.c index af7bd16..a236533 100644 --- a/test/paramDump.c +++ b/test/paramDump.c @@ -106,11 +106,13 @@ static void paramDump_bang(t_paramDump *x) { struct param* pp = get_param_list(x->root); + #ifdef PARAMDEBUG if (pp == NULL) { post("No params found"); } else { post("Found params"); } + #endif while (pp) { //if (pp->root == x->root) { param_output_prepend(pp,x->outlet,pp->path); -- cgit v1.2.1