remove debug output
This commit is contained in:
parent
7ae4e0f7ba
commit
0b7d0ebfd6
@ -3364,10 +3364,7 @@ MidiRegionView::change_note_lengths (bool fine, bool shorter, Temporal::Beats de
|
||||
void
|
||||
MidiRegionView::nudge_notes (bool forward, bool fine)
|
||||
{
|
||||
cerr << "nudge fwd " << forward << " fine " << fine << endl;
|
||||
|
||||
if (_selection.empty()) {
|
||||
cerr << "not selection is empty\n";
|
||||
return;
|
||||
}
|
||||
|
||||
@ -3387,8 +3384,6 @@ MidiRegionView::nudge_notes (bool forward, bool fine)
|
||||
const samplecnt_t distance = trackview.editor().get_nudge_distance (ref_point, unused);
|
||||
delta = region_samples_to_region_beats (fabs ((double)distance));
|
||||
|
||||
cerr << "used nudge\n";
|
||||
|
||||
} else {
|
||||
|
||||
/* use grid */
|
||||
|
Loading…
Reference in New Issue
Block a user