remove debug output

This commit is contained in:
Paul Davis 2021-05-14 13:27:09 -06:00
parent ea94a045ae
commit 822864e301

View File

@ -532,11 +532,8 @@ RegionView::update_xrun_markers ()
void
RegionView::update_cue_markers ()
{
cerr << "Updating cue markers\n";
const bool show_cue_markers = UIConfiguration::instance().get_show_region_cue_markers();
if (_cue_markers_visible == show_cue_markers && !_cue_markers_visible) {
cerr << " no show\n";
return;
}