Remove debug output.

git-svn-id: svn://localhost/ardour2/branches/3.0@12276 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2012-05-15 00:04:36 +00:00
parent f012a84e62
commit 42267ff78c

View File

@ -30,7 +30,6 @@ ScopedConnectionList::ScopedConnectionList()
ScopedConnectionList::~ScopedConnectionList()
{
std::cout << "~ScopedConnectionList " << this << " " << PBD::demangled_name (*this) << "\n";
drop_connections ();
}