remove debugging output

This commit is contained in:
Paul Davis
2025-03-15 16:07:57 -06:00
parent aae1e6a76e
commit c7d307ba65

View File

@@ -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;