removed print for inputs

Signed-off-by: Ebbe Baß <ebbe@ping-mee.de>
master
Ebbe Baß 2022-08-12 22:10:17 +02:00
parent 93b55e774c
commit 3a37eff1a6
1 changed files with 0 additions and 1 deletions

View File

@ -66,7 +66,6 @@ if __name__ == '__main__':
output = host.readline()
output = output.decode("ASCII")
output = output.strip()
print(output)
if mode == 0:
if output == str("0x0"):
mute_unmute()