mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
remove debug message
This commit is contained in:
parent
5059924fc7
commit
1f33e90ac1
1 changed files with 0 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue