merge (w/fix) with master
[ardour.git] / gtk2_ardour / plugin_ui.cc
index 4423e3905dced33d360825f931aa25ab712c9e6b..ac5f7fd9a627b02e339f0fd7b048f6d0c2bd013e 100644 (file)
@@ -159,7 +159,9 @@ PluginUIWindow::PluginUIWindow (
 
 PluginUIWindow::~PluginUIWindow ()
 {
+#ifndef NDEBUG
        cerr << "PluginWindow deleted for " << this << endl;
+#endif
        delete _pluginui;
 }