From 325fcea15bb8d2b1cf2cbd3ff98a39a0d17d7666 Mon Sep 17 00:00:00 2001 From: Abdullah Gohar Date: Sun, 14 Apr 2024 07:58:16 +0500 Subject: [PATCH] Removed redundant logging lines --- software/source/clients/base_device.py | 1 - 1 file changed, 1 deletion(-) diff --git a/software/source/clients/base_device.py b/software/source/clients/base_device.py index 5d60c50..087ca55 100644 --- a/software/source/clients/base_device.py +++ b/software/source/clients/base_device.py @@ -69,7 +69,6 @@ def is_win10(): except: return False -print(platform.system(), platform.version()) # Initialize PyAudio p = pyaudio.PyAudio()