remove debug output

This commit is contained in:
Paul Davis 2016-01-01 06:58:35 -05:00
parent acc05bde4a
commit b5ed8495fb

View File

@ -238,7 +238,6 @@ ControlProtocolManager::teardown (ControlProtocolInfo& cpi)
delete cpi.state;
cpi.state = 0;
cerr << "Tear down CPI module for " << cpi.name << endl;
delete (Glib::Module*) cpi.descriptor->module;
/* cpi->descriptor is now inaccessible since dlclose() or equivalent
* has been performed, and the descriptor is (or could be) a static