13
0

Remove debug line

This commit is contained in:
Len Ovens 2021-05-18 14:32:38 -07:00
parent 0130f19e26
commit a5a2f111ee

View File

@ -429,7 +429,6 @@ OSCGlobalObserver::marks_changed ()
lm.clear();
const Locations::LocationList& ll (session->locations ()->list ());
// get Locations that are marks
std::cout << "marks changed\n";
for (Locations::LocationList::const_iterator l = ll.begin(); l != ll.end(); ++l) {
if ((*l)->is_session_range ()) {
lm.push_back (LocationMarker(_("start"), (*l)->start ()));