From 3361d073d341d4693e4e2b7049dba3ae1ba76126 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Mon, 17 Nov 2025 20:31:05 -0700 Subject: [PATCH] remove debug output --- gtk2_ardour/cue_editor.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/gtk2_ardour/cue_editor.cc b/gtk2_ardour/cue_editor.cc index 39e1f7aae4..236ba61b3a 100644 --- a/gtk2_ardour/cue_editor.cc +++ b/gtk2_ardour/cue_editor.cc @@ -292,8 +292,6 @@ CueEditor::set_zoom_focus (Editing::ZoomFocus zf) /* We don't allow playhead for zoom focus here */ - std::cerr << "CE:szf " << enum_2_string (zf) << std::endl; - if (zf == ZoomFocusPlayhead) { return; }