Remove debug messages, cleanup output (1/2)

This commit is contained in:
Robin Gareus 2024-05-08 00:51:36 +02:00
parent 10109c3147
commit 5d175786e8
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
5 changed files with 0 additions and 9 deletions

View file

@ -200,9 +200,6 @@ PluginUIWindow::PluginUIWindow (std::shared_ptr<PlugInsertBase> pib,
PluginUIWindow::~PluginUIWindow ()
{
#ifndef NDEBUG
cerr << "PluginWindow deleted for " << this << endl;
#endif
delete _pluginui;
if (the_plugin_window == this) {