don't display debug message in no-debug builds
This commit is contained in:
parent
591ff9ceb6
commit
57f59025d7
@ -161,7 +161,9 @@ PluginUIWindow::PluginUIWindow (
|
||||
|
||||
PluginUIWindow::~PluginUIWindow ()
|
||||
{
|
||||
#ifdef NDEBUG
|
||||
cerr << "PluginWindow deleted for " << this << endl;
|
||||
#endif
|
||||
delete _pluginui;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user