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; }