diff --git a/libs/ardour/session_state.cc b/libs/ardour/session_state.cc index 9f0bcd9ddf..f387871671 100644 --- a/libs/ardour/session_state.cc +++ b/libs/ardour/session_state.cc @@ -3941,8 +3941,6 @@ Session::cleanup_sources (CleanupReport& rep) } } - cerr << "Actually unused: " << unused.size() << endl; - if (unused.empty()) { /* Nothing to do */ ret = 0;