Revert "HITL tests: reset jungle on init (#1473)"

This reverts commit 1c574f8a99.
This commit is contained in:
Igor Biletksyy 2023-06-28 12:34:18 -07:00
parent 73798d7dce
commit 04f0c4261c
1 changed files with 0 additions and 1 deletions

View File

@ -67,7 +67,6 @@ _all_panda_serials = list(_all_pandas.keys())
def init_jungle():
if _panda_jungle is None:
return
_panda_jungle.reset()
clear_can_buffers(_panda_jungle)
_panda_jungle.set_panda_power(True)
_panda_jungle.set_can_loopback(False)