From 189e883116d93cfebccca2f3536424ca6e4bcc3d Mon Sep 17 00:00:00 2001 From: Jason Wen Date: Fri, 17 Jan 2025 01:23:04 -0500 Subject: [PATCH] no point --- selfdrive/car/card.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/selfdrive/car/card.py b/selfdrive/car/card.py index 9a3d632c68..5cb3b6f598 100755 --- a/selfdrive/car/card.py +++ b/selfdrive/car/card.py @@ -12,7 +12,6 @@ from panda import ALTERNATIVE_EXPERIENCE from openpilot.common.params import Params from openpilot.common.realtime import config_realtime_process, Priority, Ratekeeper from openpilot.common.swaglog import cloudlog, ForwardingHandler -from openpilot.system import sentry from opendbc.car import DT_CTRL, carlog, structs from opendbc.car.can_definitions import CanData, CanRecvCallable, CanSendCallable @@ -166,7 +165,6 @@ class Car: self.rk = Ratekeeper(100, print_delay_threshold=None) # log fingerprint in sentry - sentry.set_tag("daemon", "selfdrive.car.card") interfaces.log_fingerprint(self.CP) def state_update(self) -> tuple[car.CarState, structs.RadarDataT | None]: