Removed debug messages

pull/4/head
Sven Steudte 2018-07-29 22:38:27 +02:00
rodzic 5c461e9968
commit a820d6354d
1 zmienionych plików z 0 dodań i 3 usunięć

Wyświetl plik

@ -148,12 +148,9 @@ if args.device == 'I': # Source APRS-IS
# Read data
try:
buf = tn.read_until(b"\n").decode('charmap')
print(">> " + buf)
except EOFError: # Server has connection closed
print("EOF ERROR")
wdg = 0 # Tell watchdog to reconnect
except UnicodeDecodeError:
print("UNICODE DECODE ERROR")
pass
# Watchdog reconnection