13
0

remove debug output

This commit is contained in:
Paul Davis 2016-05-17 15:07:34 -04:00
parent 9d2538ae72
commit 4f76f26634

View 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) { for (StripableList::const_iterator s = sl.begin(); s != sl.end(); ++s) {
if ((*s)->presentation_info().flag_match (flags)) { if ((*s)->presentation_info().flag_match (flags)) {
cerr << '\t' << (*s)->name() << " matches " << enum_2_string (flags) << endl;
if (match_cnt++ == n) { if (match_cnt++ == n) {
return *s; return *s;
} }