aboutsummaryrefslogtreecommitdiff
path: root/test/paramDump.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/paramDump.c')
-rw-r--r--test/paramDump.c2
1 files changed, 2 insertions, 0 deletions
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);