Skip to content

Commit 7676c5c

Browse files
committed
client: remove warning for old coordinator
1 parent d6ea3a0 commit 7676c5c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

labgrid/remote/client.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,6 @@ def onConnect(self):
105105
)
106106

107107
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.")
112108
return "dummy-ticket"
113109

114110
async def onJoin(self, details):

0 commit comments

Comments
 (0)