13
0

remove debug output

This commit is contained in:
Paul Davis 2020-04-08 18:43:20 -06:00
parent dd94d43c46
commit 20b4b4ea90

View File

@ -41,7 +41,6 @@ BackendPort::BackendPort (PortEngineSharedImpl &b, const std::string& name, Port
BackendPort::~BackendPort ()
{
assert (_connections.empty());
std::cerr << "Backendport " << _name << " @ " << this << " being deleted\n";
}
int