From 32a3bf229e39b64e4b4af174a417d70f66c30d3d Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Mon, 27 Jun 2022 22:27:15 -0600 Subject: [PATCH] remove commented code --- gtk2_ardour/editor_tempodisplay.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/gtk2_ardour/editor_tempodisplay.cc b/gtk2_ardour/editor_tempodisplay.cc index 0b01f83b44..500765313f 100644 --- a/gtk2_ardour/editor_tempodisplay.cc +++ b/gtk2_ardour/editor_tempodisplay.cc @@ -305,8 +305,6 @@ Editor::update_tempo_curves (double min_tempo, double max_tempo, samplecnt_t sr) ++tmp; TempoCurve& curve (tm->curve()); - // std::cerr << "loworing [" << curve.the_item().whoami() << " to bottom\n"; - // curve.the_item().lower_to_bottom (); curve.set_max_tempo (max_tempo); curve.set_min_tempo (min_tempo);