From dbd779bf85aedfaf6521993d90b9118df453090d Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 23 Feb 2023 12:14:39 -0700 Subject: [PATCH] NOOP: remove commented debug output --- gtk2_ardour/editor_tempodisplay.cc | 3 --- 1 file changed, 3 deletions(-) diff --git a/gtk2_ardour/editor_tempodisplay.cc b/gtk2_ardour/editor_tempodisplay.cc index 885532e6d4..7f12b15391 100644 --- a/gtk2_ardour/editor_tempodisplay.cc +++ b/gtk2_ardour/editor_tempodisplay.cc @@ -338,9 +338,6 @@ Editor::tempo_map_changed () TempoMap::SharedPtr current_map = TempoMap::fetch (); - // std::cerr << "\n\n MAP CHANGE @ " << get_microseconds() << std::endl; - // current_map->dump (std::cerr); - /* If the tempo map was changed by something other than the Editor, we * will need to reassociate all visual elements used for tempo display * with the new map.