diff --git a/gtk2_ardour/pianoroll.cc b/gtk2_ardour/pianoroll.cc index 08346a8854..9e527e90e0 100644 --- a/gtk2_ardour/pianoroll.cc +++ b/gtk2_ardour/pianoroll.cc @@ -2205,7 +2205,6 @@ Pianoroll::trigger_prop_change (PBD::PropertyChange const & what_changed) void Pianoroll::region_prop_change (PBD::PropertyChange const & what_changed) { - std::cerr << "region prop change " << what_changed << std::endl; if (what_changed.contains (Properties::length)) { std::shared_ptr mr = view->midi_region(); if (mr) {