diff --git a/ovos_audio/audio.py b/ovos_audio/audio.py index 43bdc18..d945272 100644 --- a/ovos_audio/audio.py +++ b/ovos_audio/audio.py @@ -398,7 +398,7 @@ def _play(self, message): prefered_service = None try: self.play(tracks, prefered_service, repeat) - time.sleep(0.5) # TODO: Is this hard-coded delay necessary? + # time.sleep(0.5) # TODO: Was this hard-coded delay necessary? except Exception as e: LOG.exception(e)