Removed errant NSLog
This commit is contained in:
parent
7aae2bcb6b
commit
44b9e7d2d1
|
|
@ -977,11 +977,6 @@ static void AudioFileStreamPacketsProc(void* clientData, UInt32 numberBytes, UIn
|
|||
double retval = entry->seekTime + (entry->framesPlayed / canonicalAudioStreamBasicDescription.mSampleRate);
|
||||
OSSpinLockUnlock(&entry->spinLock);
|
||||
|
||||
if (retval == 0)
|
||||
{
|
||||
NSLog(@"");
|
||||
}
|
||||
|
||||
return retval;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue