mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
Remove debug line
This commit is contained in:
parent
0130f19e26
commit
a5a2f111ee
1 changed files with 0 additions and 1 deletions
|
|
@ -429,7 +429,6 @@ OSCGlobalObserver::marks_changed ()
|
||||||
lm.clear();
|
lm.clear();
|
||||||
const Locations::LocationList& ll (session->locations ()->list ());
|
const Locations::LocationList& ll (session->locations ()->list ());
|
||||||
// get Locations that are marks
|
// get Locations that are marks
|
||||||
std::cout << "marks changed\n";
|
|
||||||
for (Locations::LocationList::const_iterator l = ll.begin(); l != ll.end(); ++l) {
|
for (Locations::LocationList::const_iterator l = ll.begin(); l != ll.end(); ++l) {
|
||||||
if ((*l)->is_session_range ()) {
|
if ((*l)->is_session_range ()) {
|
||||||
lm.push_back (LocationMarker(_("start"), (*l)->start ()));
|
lm.push_back (LocationMarker(_("start"), (*l)->start ()));
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue