mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 08:53:08 +01:00
Remove debugging statements
This commit is contained in:
parent
e0a6b64695
commit
717d6b4ee2
1 changed files with 0 additions and 1 deletions
|
|
@ -79,7 +79,6 @@ Strum::operator()(std::shared_ptr<ARDOUR::MidiModel> model,
|
|||
|
||||
for (std::vector<NotePtr>::const_iterator i = all_notes.begin(); i != all_notes.end(); ++i) {
|
||||
const NotePtr note = *i;
|
||||
std::cout << (*i)->note() << std::endl;
|
||||
if ((*i)->time() != prev_time) {
|
||||
total_offset = 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue