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