summaryrefslogtreecommitdiffstats
path: root/services/audioflinger/AudioFlinger.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'services/audioflinger/AudioFlinger.cpp')
-rw-r--r--services/audioflinger/AudioFlinger.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/services/audioflinger/AudioFlinger.cpp b/services/audioflinger/AudioFlinger.cpp
index 803a2bf..7c25380 100644
--- a/services/audioflinger/AudioFlinger.cpp
+++ b/services/audioflinger/AudioFlinger.cpp
@@ -2536,7 +2536,6 @@ uint32_t AudioFlinger::MixerThread::prepareTracks_l(const SortedVector< wp<Track
if (track->type() == AUDIO_STREAM_MUSIC && !track->isMuted() && !track->isPausing()) {
if(mStreamTypes[AUDIO_STREAM_MUSIC].volume > 0 && !gMusicStreamNeedsPrevVolume) {
gPrevMusicStreamVolume = mStreamTypes[AUDIO_STREAM_MUSIC].volume;
- LOGD("Stored volume = %f", gPrevMusicStreamVolume);
} else {
gMusicStreamIsMuted = true;
}