Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 80b617cf authored by Eric Laurent's avatar Eric Laurent
Browse files

audioflinger: remove debug log.

Remove debug log left by commit ab5cdbaf.

bug: 17537746.
Change-Id: I10f672f607f8e87caaa8228fc05eff8aee7dfa15
parent 90869c2b
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -3991,8 +3991,6 @@ AudioFlinger::PlaybackThread::mixer_state AudioFlinger::DirectOutputThread::prep
            minFrames = 1;
        }

        ALOGI("prepareTracks_l minFrames %d state %d frames ready %d, ",
              minFrames, track->mState, track->framesReady());
        if ((track->framesReady() >= minFrames) && track->isReady() && !track->isPaused() &&
                !track->isStopping_2() && !track->isStopped())
        {