13
0

remove debug output

This commit is contained in:
Paul Davis 2024-06-26 21:31:49 -06:00
parent 62d36832c6
commit 60830f4ab7

View File

@ -215,7 +215,6 @@ void
MidiView::set_model (std::shared_ptr<MidiModel> m) MidiView::set_model (std::shared_ptr<MidiModel> m)
{ {
_model = m; _model = m;
std::cerr << this << " now has sp<MM> " << _model << " with ref " << _model.use_count() << std::endl;
assert (_model); assert (_model);
//set_height (trackview.current_height()); //set_height (trackview.current_height());