mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 21:55:43 +01:00
remove debug output
This commit is contained in:
parent
9d2538ae72
commit
4f76f26634
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue