1
0
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:
v.audacity 2014-11-22 03:56:21 +00:00
parent d42953a5b6
commit 72b6de9edf

View File

@ -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 <.