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.
This commit is contained in:
parent
07f2d46ccf
commit
3c4683c319
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user