Skip to content

Commit

Permalink
Remove TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonDaniel committed Oct 26, 2023
1 parent 4a2c0c8 commit e0cced1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ovos_audio/playback.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ def __init__(self, queue=TTS.queue, bus=None):
self._now_playing = None
self.active_tts = None
self._started = Event()
# TODO: Config to disable
self.tts_transform = TTSTransformersService(self.bus)

@property
Expand Down

0 comments on commit e0cced1

Please sign in to comment.