Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

Commit

Permalink
Remove print statement from model_server's _parse_msg. (#1542)
Browse files Browse the repository at this point in the history
  • Loading branch information
lmwnshn authored Apr 14, 2021
1 parent b233de7 commit b10b3eb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion script/self_driving/model_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,6 @@ def _make_response(action: Callback, result: Any, success: bool, err: str = "")

@staticmethod
def _parse_msg(payload: str) -> Tuple[int, int, int, Optional[Message]]:
print(payload)
logging.debug("PY RECV: " + payload)
tokens = payload.split('-', 3)

Expand Down

0 comments on commit b10b3eb

Please sign in to comment.