mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 21:55:43 +01:00
don't display debug message in no-debug builds
This commit is contained in:
parent
591ff9ceb6
commit
57f59025d7
1 changed files with 2 additions and 0 deletions
|
|
@ -161,7 +161,9 @@ PluginUIWindow::PluginUIWindow (
|
|||
|
||||
PluginUIWindow::~PluginUIWindow ()
|
||||
{
|
||||
#ifdef NDEBUG
|
||||
cerr << "PluginWindow deleted for " << this << endl;
|
||||
#endif
|
||||
delete _pluginui;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue