From fdca23a79169be8f12655ed6dea3e37948321e9c Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 25 Feb 2012 20:55:57 +0000 Subject: [PATCH] Sshh. git-svn-id: svn://localhost/ardour2/branches/3.0@11523 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/lv2_plugin_ui.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/gtk2_ardour/lv2_plugin_ui.cc b/gtk2_ardour/lv2_plugin_ui.cc index f72e7916c0..b5a4f0b83e 100644 --- a/gtk2_ardour/lv2_plugin_ui.cc +++ b/gtk2_ardour/lv2_plugin_ui.cc @@ -68,7 +68,6 @@ LV2PluginUI::write_to_ui(void* controller, const void* buffer) { LV2PluginUI* me = (LV2PluginUI*)controller; - fprintf(stderr, "MESSAGE FROM PLUGIN %u BYTES\n", buffer_size); suil_instance_port_event((SuilInstance*)me->_inst, port_index, buffer_size, format, buffer); }