diff --git a/tnc/audio.py b/tnc/audio.py index 41190bb6..475cf780 100644 --- a/tnc/audio.py +++ b/tnc/audio.py @@ -42,8 +42,8 @@ def get_audio_devices(): proc.start() proc.join() - log.debug("[AUD] get_audio_devices: input_devices:", list=f"{proxy_input_devices}") - log.debug("[AUD] get_audio_devices: output_devices:", list=f"{proxy_output_devices}") + #log.debug("[AUD] get_audio_devices: input_devices:", list=f"{proxy_input_devices}") + #log.debug("[AUD] get_audio_devices: output_devices:", list=f"{proxy_output_devices}") return list(proxy_input_devices), list(proxy_output_devices)