From f40e2c85bc7afb2e13c4e68ecb7910cf62b3e431 Mon Sep 17 00:00:00 2001 From: Krzysztof Foltman Date: Sun, 19 Sep 2010 23:26:07 +0100 Subject: [PATCH] Comment out the barfage when passing configure variables via message_run. (cherry picked from commit 1e767ff88578011c2f65466d5516953271e2cafd) --- plugins/ladspa_effect/calf/src/calf/lv2wrap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/ladspa_effect/calf/src/calf/lv2wrap.h b/plugins/ladspa_effect/calf/src/calf/lv2wrap.h index d38b8eaf6..2c130be12 100644 --- a/plugins/ladspa_effect/calf/src/calf/lv2wrap.h +++ b/plugins/ladspa_effect/calf/src/calf/lv2wrap.h @@ -108,7 +108,7 @@ struct lv2_instance: public plugin_ctl_iface, public progress_report_iface int ppn = pn + ofs; if ((pp.flags & PF_TYPEMASK) == PF_STRING && (vi[ppn >> 3] & (1 << (ppn & 7))) && (((LV2_String_Data *)params[pn])->flags & LV2_STRING_DATA_CHANGED_FLAG)) { - printf("Calling configure on %s\n", pp.short_name); + // printf("Calling configure on %s\n", pp.short_name); configure(pp.short_name, ((LV2_String_Data *)params[pn])->data); } }