From c7d307ba6558296fcad2234bd2dace4b0864dbf1 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sat, 15 Mar 2025 16:07:57 -0600 Subject: [PATCH] remove debugging output --- gtk2_ardour/pianoroll.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/gtk2_ardour/pianoroll.cc b/gtk2_ardour/pianoroll.cc index 9c524f3cb6..4dbd77c305 100644 --- a/gtk2_ardour/pianoroll.cc +++ b/gtk2_ardour/pianoroll.cc @@ -79,8 +79,6 @@ Pianoroll::Pianoroll (std::string const & name, bool with_transport) , ignore_channel_changes (false) , with_transport_controls (with_transport) { - std::cerr << "NPR wt " << with_transport << std::endl; - PBD::stacktrace (std::cerr, 13); mouse_mode = Editing::MouseContent; autoscroll_vertical_allowed = false;