Skip to content

Commit

Permalink
Removed temporary debug mark.
Browse files Browse the repository at this point in the history
  • Loading branch information
ATATC committed Feb 17, 2024
1 parent 91c5f3b commit 67e3c08
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion leads_vec/controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ def on_connect(self, service: Service, connection: ConnectionBase) -> None:
L.debug("Wheel speed controller connected")

def on_receive(self, service: Service, msg: bytes) -> None:
L.debug("Wheel speed controller data: " + msg.decode()) # Fixme
get_controller(WHEEL_SPEED_CONTROLLER).update(msg.decode())

def on_fail(self, service: Service, error: Exception) -> None:
Expand Down

0 comments on commit 67e3c08

Please sign in to comment.