mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-29 09:57:44 +01:00
remove debug output
This commit is contained in:
parent
a3213de634
commit
86ef6a5e59
1 changed files with 0 additions and 2 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue