We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6ea3a0 commit 7676c5cCopy full SHA for 7676c5c
labgrid/remote/client.py
@@ -105,10 +105,6 @@ def onConnect(self):
105
)
106
107
def onChallenge(self, challenge):
108
- import warnings
109
-
110
- warnings.warn("Ticket authentication is deprecated. Please update your coordinator.", DeprecationWarning)
111
- logging.warning("Ticket authentication is deprecated. Please update your coordinator.")
112
return "dummy-ticket"
113
114
async def onJoin(self, details):
0 commit comments