From 3c4683c3199a283b0bc2e3cf1b753bb0931eb1a1 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Thu, 12 Feb 2015 23:50:07 +0100 Subject: [PATCH] softwaremixer: Remove comment What mixer is used is already logged by the code that starts the mixer. Some mixers have additional information about what controls, etc. are used, but in this case the only thing we add is that GStreamer is used. --- mopidy/softwaremixer/mixer.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/mopidy/softwaremixer/mixer.py b/mopidy/softwaremixer/mixer.py index 85441c57..d94a0be2 100644 --- a/mopidy/softwaremixer/mixer.py +++ b/mopidy/softwaremixer/mixer.py @@ -21,9 +21,6 @@ class SoftwareMixer(pykka.ThreadingActor, mixer.Mixer): self._initial_volume = None self._initial_mute = None - # TODO: shouldn't this be logged by thing that choose us? - logger.info('Mixing using GStreamer software mixing') - def setup(self, mixer_ref): self._audio_mixer = mixer_ref