From e08dfcba5ec800ea2e9193ed98a11bcec0638580 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Mon, 20 Jan 2025 18:07:07 -0700 Subject: [PATCH] remove a couple of debugging printfs --- gtk2_ardour/midi_view_background.cc | 1 - gtk2_ardour/pianoroll.cc | 2 -- 2 files changed, 3 deletions(-) diff --git a/gtk2_ardour/midi_view_background.cc b/gtk2_ardour/midi_view_background.cc index 003f257f1b..97d6cffb14 100644 --- a/gtk2_ardour/midi_view_background.cc +++ b/gtk2_ardour/midi_view_background.cc @@ -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); } } diff --git a/gtk2_ardour/pianoroll.cc b/gtk2_ardour/pianoroll.cc index 97e21932ee..1ec4664a30 100644 --- a/gtk2_ardour/pianoroll.cc +++ b/gtk2_ardour/pianoroll.cc @@ -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