mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-07 15:49:42 +02:00
Removed some debugging cruft.
This commit is contained in:
parent
d42953a5b6
commit
72b6de9edf
@ -1884,8 +1884,6 @@ void WaveTrack::GetEnvelopeValues(double *buffer, int bufferLen,
|
||||
|
||||
if (rt0 + rlen*tstep > dClipEndTime)
|
||||
{
|
||||
//vvvvv debugging int nStartSample = clip->GetStartSample();
|
||||
//vvvvv debugging int nEndSample = clip->GetEndSample();
|
||||
int nClipLen = clip->GetEndSample() - clip->GetStartSample();
|
||||
|
||||
if (nClipLen <= 0) // Testing for bug 641, this problem is consistently '== 0', but doesn't hurt to check <.
|
||||
|
Loading…
x
Reference in New Issue
Block a user