Remove panda set power functions (#20712)

* remove panda set power functions

* removed
This commit is contained in:
Willem Melching
2021-04-20 15:31:19 +02:00
committed by GitHub
parent a19d94ae2d
commit 34328ba305
5 changed files with 0 additions and 42 deletions
-2
View File
@@ -9,7 +9,6 @@ os.environ['FILEREADER_CACHE'] = '1'
from common.realtime import config_realtime_process, Ratekeeper
from selfdrive.boardd.boardd import can_capnp_to_can_list
from selfdrive.pandad import set_panda_power
from tools.lib.logreader import LogReader
from panda import Panda
@@ -78,7 +77,6 @@ def connect():
time.sleep(1)
if __name__ == "__main__":
set_panda_power(False)
time.sleep(1)
if "FLASH" in os.environ and PandaJungle is not None: