Skip to content

Commit

Permalink
Remove spurious log of token
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Schildt <[email protected]>
  • Loading branch information
SebastianSchildt committed Sep 8, 2022
1 parent 361158c commit 8406b62
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kuksa_viss_client/KuksaWsComm.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ def authorize(self, token="", timeout=2):
req = {}
req["action"]= "authorize"
req["tokens"] = token
print(f"Sending token {token}")
return self._sendReceiveMsg(req, timeout)

# Update VSS Tree Entry
Expand Down

0 comments on commit 8406b62

Please sign in to comment.