From bb8858be81a911ebb1146ab34f507be6b3606af8 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 16 Aug 2023 09:06:43 -0600 Subject: [PATCH] remove debug output from editor mouse -> tempo dragging startup --- gtk2_ardour/editor_mouse.cc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/gtk2_ardour/editor_mouse.cc b/gtk2_ardour/editor_mouse.cc index 80ee7d1dd7..5ac777375d 100644 --- a/gtk2_ardour/editor_mouse.cc +++ b/gtk2_ardour/editor_mouse.cc @@ -3066,8 +3066,6 @@ Editor::choose_mapping_drag (ArdourCanvas::Item* item, GdkEvent* event) } } else if ((after && after->bbt() == bbt )) { - std::cerr << "we are on the LEFT side of an EXISTING tempo marker" << bbt << " == " << after->bbt() << "\n"; - before = const_cast (&tempo); focus = after; @@ -3085,8 +3083,6 @@ Editor::choose_mapping_drag (ArdourCanvas::Item* item, GdkEvent* event) focus = &tempo; } else { - std::cerr << "ADD TEMPO MARKER " << bbt << " != " << tempo.bbt() << "\n"; - /* Add a new tempo marker at the nearest beat point (essentially the snapped grab point for the drag), so that it becomes the middle one of three used by the twist tempo