From 86ef6a5e593f1ad1f450b7c95cfa75a275b6ee72 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 23 Apr 2025 09:54:20 -0600 Subject: [PATCH] remove debug output --- libs/ardour/region.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/libs/ardour/region.cc b/libs/ardour/region.cc index 10004e00f8..ac7d2ab2b6 100644 --- a/libs/ardour/region.cc +++ b/libs/ardour/region.cc @@ -1061,8 +1061,6 @@ Region::modify_front_unchecked (timepos_t const & npos, bool reset_fade) newlen = length() + (np.distance (position())); } - std::cerr << "tti " << np << ", " << newlen << std::endl; - trim_to_internal (np, newlen); if (reset_fade) {