From 60830f4ab77df938494ea0d5951e5cdb1281dbc9 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 26 Jun 2024 21:31:49 -0600 Subject: [PATCH] remove debug output --- gtk2_ardour/midi_view.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/gtk2_ardour/midi_view.cc b/gtk2_ardour/midi_view.cc index 0c8d6af581..deefbc6a2a 100644 --- a/gtk2_ardour/midi_view.cc +++ b/gtk2_ardour/midi_view.cc @@ -215,7 +215,6 @@ void MidiView::set_model (std::shared_ptr m) { _model = m; - std::cerr << this << " now has sp " << _model << " with ref " << _model.use_count() << std::endl; assert (_model); //set_height (trackview.current_height());