From a301462f9bf4ad2f098fb170eb64071f2c850c25 Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Thu, 6 Aug 2020 13:57:01 -0700 Subject: [PATCH] remove dead lines from calibrationd old-commit-hash: df78c9d4dfe9cc5ed1409b46b1b11611ed5a721a --- selfdrive/locationd/calibrationd.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/selfdrive/locationd/calibrationd.py b/selfdrive/locationd/calibrationd.py index e95f00c2c9..9f02c59722 100755 --- a/selfdrive/locationd/calibrationd.py +++ b/selfdrive/locationd/calibrationd.py @@ -170,8 +170,6 @@ def calibrationd_thread(sm=None, pm=None): if DEBUG and new_vp is not None: print('got new vp', new_vp) - # decimate outputs for efficiency - def main(sm=None, pm=None): calibrationd_thread(sm, pm)