Remove debug output

This commit is contained in:
Robin Gareus 2022-01-27 22:26:31 +01:00
parent c9e9843a9e
commit 8e7b01bd5f
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -3030,8 +3030,6 @@ ProcessorBox::add_processor_to_display (boost::weak_ptr<Processor> p)
e->set_selectable(false);
}
cerr << "Adding " << processor->name() << endl;
/* Set up this entry's state from the GUIObjectState */
XMLNode* proc = entry_gui_object_state (e);
if (proc) {