remove debug output

This commit is contained in:
Paul Davis 2022-08-25 15:15:45 -06:00
parent 13d10582f0
commit 6379c28b76

View File

@ -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);
}