remove debug message

This commit is contained in:
Paul Davis 2020-07-05 18:08:58 -06:00
parent 132aae385a
commit 187e2521fb

View File

@ -1352,8 +1352,6 @@ Editor::marker_menu_loop_range ()
Location* l;
bool is_start;
cerr << "look for location from marker " << marker << endl;
if ((l = find_location_from_marker (marker, is_start)) != 0) {
if (l != transport_loop_location()) {
cerr << "Set loop\n";