Removed some logging

This commit is contained in:
Thong Nguyen 2014-01-28 13:55:00 +00:00
parent f60e16c804
commit 4a0f944550
1 changed files with 0 additions and 2 deletions

View File

@ -2842,8 +2842,6 @@ static void AudioQueueIsRunningCallbackProc(void* userData, AudioQueueRef audioQ
currentlyReadingEntry.lastFrameIndex = self->framesQueued;
currentlyReadingEntry.lastByteIndex = audioPacketsReadCount;
LOGINFO(([NSString stringWithFormat:@"eof2: %lld %lld %d", audioPacketsReadCount, audioPacketsPlayedCount, numberOfBuffersUsed]));
if (numberOfBuffersUsed == 0 && currentlyReadingEntry == currentlyPlayingEntry)
{
seekToTimeWasRequested = NO;