From 187e2521fb4d8cb090925a29b6c7baf76a5b9dda Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sun, 5 Jul 2020 18:08:58 -0600 Subject: [PATCH] remove debug message --- gtk2_ardour/editor_markers.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/gtk2_ardour/editor_markers.cc b/gtk2_ardour/editor_markers.cc index 8090189eb9..76782ee3dc 100644 --- a/gtk2_ardour/editor_markers.cc +++ b/gtk2_ardour/editor_markers.cc @@ -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";