From 6379c28b767e9a17a19f0de532b6380f5c76b0bd Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 25 Aug 2022 15:15:45 -0600 Subject: [PATCH] remove debug output --- libs/ardour/region.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/ardour/region.cc b/libs/ardour/region.cc index 9c96a192a4..019ccac905 100644 --- a/libs/ardour/region.cc +++ b/libs/ardour/region.cc @@ -999,7 +999,6 @@ Region::trim_to_internal (timepos_t const & pos, timecnt_t const & len) if (!property_changes_suspended()) { _last_length = _length; } - std::cerr << "change len\n"; set_length_internal (nl); what_changed.add (Properties::length); }