From 2372f4d6db1591f64def061dd66038d59e61046e Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Fri, 4 Feb 2022 23:32:39 -0800 Subject: [PATCH] remove debug prints --- selfdrive/hardware/eon/androidd.py | 1 - selfdrive/hardware/eon/shutdownd.py | 1 - 2 files changed, 2 deletions(-) diff --git a/selfdrive/hardware/eon/androidd.py b/selfdrive/hardware/eon/androidd.py index dd26f64dce..3d91468b90 100755 --- a/selfdrive/hardware/eon/androidd.py +++ b/selfdrive/hardware/eon/androidd.py @@ -60,7 +60,6 @@ def main(): for m in msgs: try: if m.androidLog.tag == "NetworkPolicy" and m.androidLog.message.startswith("problem with advise persist threshold"): - print(m) cloudlog.event("network policy exception caught", androidLog=m.androidLog, error=True) except UnicodeDecodeError: pass diff --git a/selfdrive/hardware/eon/shutdownd.py b/selfdrive/hardware/eon/shutdownd.py index e4ffa79ef3..bc17af00dd 100755 --- a/selfdrive/hardware/eon/shutdownd.py +++ b/selfdrive/hardware/eon/shutdownd.py @@ -15,7 +15,6 @@ def main(): if prop is not None and len(prop) > 0: os.system("pkill -9 loggerd") params.put("LastSystemShutdown", f"'{prop}' {datetime.datetime.now()}") - print("shutdown detected", repr(prop)) time.sleep(120) cloudlog.error('shutdown false positive')