mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-20 12:26:07 +01:00
Remove another debug message
This commit is contained in:
parent
aba8595342
commit
293100850b
1 changed files with 0 additions and 1 deletions
|
|
@ -286,7 +286,6 @@ MidiRegionView::add_ghost (TimeAxisView& tv)
|
|||
ghost->set_height ();
|
||||
ghost->set_duration (_region->length().samples() / samples_per_pixel);
|
||||
|
||||
std::cerr << "Adding " << _events.size() << " notes to ghost\n";
|
||||
for (auto const & i : _events) {
|
||||
ghost->add_note (i.second);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue