remove a couple of debugging printfs
This commit is contained in:
@@ -229,7 +229,6 @@ MidiViewBackground::maybe_extend_note_range (uint8_t note_num)
|
||||
}
|
||||
|
||||
if (changed) {
|
||||
std::cerr << "changing it\n";
|
||||
apply_note_range (_data_note_min, _data_note_max, true);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -509,8 +509,6 @@ Pianoroll::canvas_allocate (Gtk::Allocation alloc)
|
||||
if (_canvas->is_mapped()) {
|
||||
// zoom_to_show (timecnt_t (timepos_t (Temporal::BeatTime), timepos_t (max_zoom_extent ().second.beats() * 1.1)));
|
||||
}
|
||||
|
||||
std::cerr << "new size " << _visible_canvas_width << " x " << _visible_canvas_width << std::endl;
|
||||
}
|
||||
|
||||
timepos_t
|
||||
|
||||
Reference in New Issue
Block a user