remove debug output
authorPaul Davis <paul@linuxaudiosystems.com>
Tue, 17 May 2016 19:07:34 +0000 (15:07 -0400)
committerPaul Davis <paul@linuxaudiosystems.com>
Tue, 31 May 2016 19:30:43 +0000 (15:30 -0400)
libs/ardour/session.cc

index d150860584d886be8edf87da409a1717b019ad72..e24d0a3ef0b60f2cc812604dc96e1b838d6e84ea 100644 (file)
@@ -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;
                        }