Skip to content

Commit

Permalink
remove unused processor
Browse files Browse the repository at this point in the history
  • Loading branch information
crwusiz committed Dec 3, 2024
1 parent 1ec2c56 commit b59339e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion system/manager/process_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ def and_(*fns):
PythonProcess("deleter", "system.loggerd.deleter", always_run),
PythonProcess("dmonitoringd", "selfdrive.monitoring.dmonitoringd", driverview, enabled=(not PC or WEBCAM)),
PythonProcess("qcomgpsd", "system.qcomgpsd.qcomgpsd", qcomgps, enabled=TICI),
#PythonProcess("ugpsd", "system.ugpsd", only_onroad, enabled=TICI),
PythonProcess("pandad", "selfdrive.pandad.pandad", always_run),
PythonProcess("paramsd", "selfdrive.locationd.paramsd", only_onroad),
NativeProcess("ubloxd", "system/ubloxd", ["./ubloxd"], ublox, enabled=TICI),
Expand Down

0 comments on commit b59339e

Please sign in to comment.