remove debug output
This commit is contained in:
parent
62d36832c6
commit
60830f4ab7
@ -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());
|
||||||
|
Loading…
Reference in New Issue
Block a user