Remove compilation error when using DEBUG_VIA_USB

This commit is contained in:
Daniel Öster 2025-07-19 23:14:43 +03:00
parent 627e6aeb26
commit 9bc00b0faf

View file

@ -999,8 +999,6 @@ void TeslaBattery::
logging.print(getContactorState(battery_packContPositiveState));
logging.print(", setState: ");
logging.print(getContactorState(battery_packContactorSetState));
logging.print(", close allowed: ");
logging.print(getNoYes(battery_packCtrsClosingAllowed));
logging.print(", Pyrotest: ");
logging.println(getNoYes(battery_pyroTestInProgress));