remove debug output

This commit is contained in:
Paul Davis 2023-10-02 16:51:08 -06:00
parent 4d8a0b3535
commit dd8f5c477f
1 changed files with 0 additions and 2 deletions

View File

@ -786,8 +786,6 @@ Editor::mouse_add_new_marker (timepos_t where, Location::Flags extra_flags, int3
string namebase;
Location::Flags flags = Location::Flags (extra_flags|Location::IsMark);
std::cerr << "adding marker @ " << where << std::endl;
if (flags & Location::IsCueMarker) {
/* XXX i18n needed for cue letter names */
markername = string_compose (_("cue %1"), cue_marker_name (cue_id));