Skip to content

Commit

Permalink
client: remove warning for old coordinator
Browse files Browse the repository at this point in the history
  • Loading branch information
sessl3r committed Nov 7, 2024
1 parent d6ea3a0 commit 7676c5c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions labgrid/remote/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,6 @@ def onConnect(self):
)

def onChallenge(self, challenge):
import warnings

warnings.warn("Ticket authentication is deprecated. Please update your coordinator.", DeprecationWarning)
logging.warning("Ticket authentication is deprecated. Please update your coordinator.")
return "dummy-ticket"

async def onJoin(self, details):
Expand Down

0 comments on commit 7676c5c

Please sign in to comment.