remove debug output

This commit is contained in:
Paul Davis 2022-10-21 07:55:24 -06:00
parent cf83815133
commit 5d7b421a0b
2 changed files with 0 additions and 3 deletions

View file

@ -741,8 +741,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);
cerr << "adding new marker @ " << where << endl;
if (_session) {
if (flags & Location::IsCueMarker) {