From 33943157c5d65c3cd6eeb702a484f5c46d6abdc2 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 24 Apr 2025 11:57:28 -0600 Subject: [PATCH] remove debug output --- gtk2_ardour/pianoroll.cc | 1 - 1 file changed, 1 deletion(-) 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) {