From 7a6463b2b4f8737101c8d78d5622f55f25d7c1b2 Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Thu, 18 Jan 2024 21:05:57 -0800 Subject: [PATCH] remove early RTC time pull (#31066) --- launch_chffrplus.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/launch_chffrplus.sh b/launch_chffrplus.sh index 8ebf3a53f2..9271c15436 100755 --- a/launch_chffrplus.sh +++ b/launch_chffrplus.sh @@ -30,9 +30,6 @@ function launch { # Remove orphaned git lock if it exists on boot [ -f "$DIR/.git/index.lock" ] && rm -f $DIR/.git/index.lock - # Pull time from panda - $DIR/selfdrive/boardd/set_time.py - # Check to see if there's a valid overlay-based update available. Conditions # are as follows: #