Remove print statement

pull/808/head
Mark Jessop 2023-09-15 13:28:01 +09:30
rodzic 29e704996e
commit 0e51550509
1 zmienionych plików z 0 dodań i 2 usunięć

Wyświetl plik

@ -117,8 +117,6 @@ class EmailNotification(object):
""" Process a new telemmetry dict, and send an e-mail if it is a new sonde. """
_id = telemetry["id"]
print(telemetry)
if _id not in self.sondes:
self.sondes[_id] = {
"last_time": time.time(),