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) {