MCP: remove debug output

git-svn-id: svn://localhost/ardour2/branches/3.0@12073 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2012-04-24 03:18:16 +00:00
parent 3cbb05cbe9
commit 0c026a6dc5
2 changed files with 2 additions and 2 deletions

View File

@ -216,6 +216,8 @@ Strip::set_route (boost::shared_ptr<Route> r, bool with_messages)
if ((a = automatable.find (PanWidthAutomation)) != automatable.end()) {
current_pot_modes.push_back (PanWidthAutomation);
}
} else {
std::cerr << "connected to route without a panner\n";
}
}
}

View File

@ -556,8 +556,6 @@ Surface::zero_all ()
{
// TODO turn off Timecode displays
std::cerr << "Surface " << number() << " ZERO\n";
// zero all strips
for (Strips::iterator it = strips.begin(); it != strips.end(); ++it) {
(*it)->zero();