From fffe34e93bb1dbe275a36bc93da1949ba3557cfe Mon Sep 17 00:00:00 2001 From: dragonpilot Date: Tue, 10 Mar 2020 15:55:48 +1000 Subject: [PATCH] remove debug codes --- selfdrive/dragonpilot/appd/appd.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/selfdrive/dragonpilot/appd/appd.py b/selfdrive/dragonpilot/appd/appd.py index 64b2ae152..86c97e282 100644 --- a/selfdrive/dragonpilot/appd/appd.py +++ b/selfdrive/dragonpilot/appd/appd.py @@ -296,8 +296,6 @@ def main(): enabled_apps = [] has_fullscreen_apps = False modified = dp_get_last_modified() - if last_modified != modified: - print("modified!!!!!") for app in apps: # read params loop if last_modified != modified: