From f561cc6dc2f986f15b491d95bbe6f8c1619b334b Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sat, 23 Nov 2019 15:54:21 -0700 Subject: [PATCH] remove debug output --- libs/ardour/session_state.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/ardour/session_state.cc b/libs/ardour/session_state.cc index 12d2c706ea..a07eb9aad3 100644 --- a/libs/ardour/session_state.cc +++ b/libs/ardour/session_state.cc @@ -4149,7 +4149,6 @@ Session::config_changed (std::string p, bool ours) } } } else if (p == "loop-fade-choice") { - cerr << "LFC change, change auto-loop\n"; last_loopend = 0; /* force locate to refill buffers with new loop boundary data */ auto_loop_changed (_locations->auto_loop_location()); }