remove debug message

This commit is contained in:
Paul Davis 2025-08-24 16:25:10 -06:00 committed by Edgar Aichinger
parent 5059924fc7
commit 1f33e90ac1

View file

@ -1049,8 +1049,6 @@ Region::modify_front_unchecked (timepos_t const & npos, bool reset_fade)
source_zero = timepos_t (source_position().time_domain()); // its actually negative, but this will work for us
}
std::cerr << "source zero " << source_zero << std::endl;
if (new_position >= last) { /* can't trim it zero or negative length */
return;
}