From 774e55bcc03139089105a20809d9557d38452486 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 21 Jun 2012 21:02:38 +0000 Subject: [PATCH] sshhh git-svn-id: svn://localhost/ardour2/branches/3.0@12815 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/plugin_ui.cc | 2 -- 1 file changed, 2 deletions(-) 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: