remove debug output

This commit is contained in:
Paul Davis
2025-04-24 11:57:28 -06:00
parent 008c624a2d
commit 33943157c5

View File

@@ -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<MidiRegion> mr = view->midi_region();
if (mr) {