mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
remove a couple of debugging printfs
This commit is contained in:
parent
ab39c26f68
commit
e08dfcba5e
2 changed files with 0 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue