From eb8c25edce095e87be9912c583cf79804bd5306c Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 18 May 2021 16:17:07 -0600 Subject: [PATCH] remove debug output --- gtk2_ardour/region_view.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/gtk2_ardour/region_view.cc b/gtk2_ardour/region_view.cc index c6c6cf1170..27be30210e 100644 --- a/gtk2_ardour/region_view.cc +++ b/gtk2_ardour/region_view.cc @@ -544,8 +544,6 @@ RegionView::update_cue_markers () const Gtkmm2ext::SVAModifier alpha = UIConfiguration::instance().modifier (X_("region mark")); const uint32_t color = Gtkmm2ext::HSV (UIConfiguration::instance().color ("region mark")).mod (alpha).color(); - cerr << "marker color will be 0x" << std::hex << color << " based on " << get_fill_color() << std::dec << endl; - /* We assume that if the region has multiple sources, any of them will * be appropriate as the origin of cue markers. We use the first one. */