mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
remove debug message
This commit is contained in:
parent
132aae385a
commit
187e2521fb
1 changed files with 0 additions and 2 deletions
|
|
@ -1352,8 +1352,6 @@ Editor::marker_menu_loop_range ()
|
||||||
Location* l;
|
Location* l;
|
||||||
bool is_start;
|
bool is_start;
|
||||||
|
|
||||||
cerr << "look for location from marker " << marker << endl;
|
|
||||||
|
|
||||||
if ((l = find_location_from_marker (marker, is_start)) != 0) {
|
if ((l = find_location_from_marker (marker, is_start)) != 0) {
|
||||||
if (l != transport_loop_location()) {
|
if (l != transport_loop_location()) {
|
||||||
cerr << "Set loop\n";
|
cerr << "Set loop\n";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue