From 4f76f26634e6f1828c2f56dbf5f42835ea234f82 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 17 May 2016 15:07:34 -0400 Subject: [PATCH] remove debug output --- libs/ardour/session.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/ardour/session.cc b/libs/ardour/session.cc index d150860584..e24d0a3ef0 100644 --- a/libs/ardour/session.cc +++ b/libs/ardour/session.cc @@ -4237,7 +4237,6 @@ Session::get_remote_nth_stripable (uint16_t n, PresentationInfo::Flag flags) con for (StripableList::const_iterator s = sl.begin(); s != sl.end(); ++s) { if ((*s)->presentation_info().flag_match (flags)) { - cerr << '\t' << (*s)->name() << " matches " << enum_2_string (flags) << endl; if (match_cnt++ == n) { return *s; }