remove debug output

This commit is contained in:
Paul Davis 2025-04-23 09:54:20 -06:00
parent a3213de634
commit 86ef6a5e59

View file

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