remove misc. debug output

This commit is contained in:
Paul Davis 2017-05-08 10:40:11 +01:00
parent 7d523dc43c
commit 7b2063d62d
3 changed files with 0 additions and 4 deletions

View File

@ -836,7 +836,6 @@ EditorRoutes::time_axis_views_added (list<TimeAxisView*> tavs)
{
PBD::Unwinder<bool> uw (_ignore_selection_change, true);
cerr << "Should ignore model/selection change\n";
_display.set_model (_model);
}

View File

@ -687,8 +687,6 @@ Mixer_UI::remove_strip (MixerStrip* strip)
void
Mixer_UI::presentation_info_changed (PropertyChange const & what_changed)
{
cerr << ">>>> MUI::pic\n";
if (what_changed.contains (Properties::selected)) {
_selection.presentation_info_changed (what_changed);
}

View File

@ -3842,7 +3842,6 @@ Session::remove_routes (boost::shared_ptr<RouteList> routes_to_remove)
}
for (RouteList::iterator iter = routes_to_remove->begin(); iter != routes_to_remove->end(); ++iter) {
cerr << "Drop references to " << (*iter)->name() << endl;
(*iter)->drop_references ();
}