remove debug output

This commit is contained in:
Paul Davis 2023-09-24 15:00:02 -06:00
parent 318af69057
commit 6db28ef08d
1 changed files with 0 additions and 1 deletions

View File

@ -164,7 +164,6 @@ Quantize::operator () (std::shared_ptr<MidiModel> model,
if (_snap_start) {
/* this is here because Beats intentionally does not have operator* (double) */
delta = Temporal::Beats::ticks (llrintf (delta.to_ticks()) * _strength);
std::cerr << "new start " << (*i)->time() + delta << " shift was " << delta << std::endl;
cmd->change ((*i), MidiModel::NoteDiffCommand::StartTime, (*i)->time() + delta);
}
}