diff --git a/gtk2_ardour/plugin_ui.cc b/gtk2_ardour/plugin_ui.cc index 169928843a..c7c75a9b24 100644 --- a/gtk2_ardour/plugin_ui.cc +++ b/gtk2_ardour/plugin_ui.cc @@ -100,8 +100,6 @@ PluginUIWindow::PluginUIWindow ( Label* label = manage (new Label()); label->set_markup ("THIS IS THE PLUGIN UI"); - std::cout << "SHOW UI " << insert->plugin()->unique_id() - << " editor: " << editor << std::endl; if (editor && insert->plugin()->has_editor()) { switch (insert->type()) { case ARDOUR::Windows_VST: