Removed redundant logging lines

This commit is contained in:
Abdullah Gohar 2024-04-14 07:58:16 +05:00
parent f365b6a515
commit 325fcea15b
1 changed files with 0 additions and 1 deletions

View File

@ -69,7 +69,6 @@ def is_win10():
except:
return False
print(platform.system(), platform.version())
# Initialize PyAudio
p = pyaudio.PyAudio()