remove debug output
This commit is contained in:
parent
cf83815133
commit
5d7b421a0b
@ -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) {
|
||||
|
@ -1696,7 +1696,6 @@ Editor::button_release_handler (ArdourCanvas::Item* item, GdkEvent* event, ItemT
|
||||
|
||||
case CueMarkerBarItem:
|
||||
snap_to (where, Temporal::RoundNearest, SnapToGrid_Scaled, true);
|
||||
std::cerr << "cue marker will be at " << where << " beats = " << where.beats() << std::endl;
|
||||
popup_ruler_menu (where, item_type);
|
||||
break;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user