From fdd91cc32555866b4588c2214511714cc5293d3e Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sun, 5 May 2024 12:09:32 -0600 Subject: [PATCH] remove debug output --- libs/ardour/session_state.cc | 2 -- 1 file changed, 2 deletions(-) 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;