mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
Remove another debug message
This commit is contained in:
parent
985deae280
commit
6a4d865452
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