From 8b6751f3f3f6e2db17d742149b62502c497de8f3 Mon Sep 17 00:00:00 2001 From: nathan Date: Thu, 13 Aug 2020 01:02:42 +0200 Subject: [PATCH] Removed debug code --- src/dorkbox/network/Client.kt | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/dorkbox/network/Client.kt b/src/dorkbox/network/Client.kt index 6d1050d7..ca23622a 100644 --- a/src/dorkbox/network/Client.kt +++ b/src/dorkbox/network/Client.kt @@ -285,8 +285,6 @@ open class Client(config: Configuration = Configuration } } - logger.debug("Next state in logger") - // tell the server our connection handshake is done, and the connection can now listen for data. val canFinishConnecting = handshake.handshakeDone(handshakeConnection, connectionTimeoutMS) if (canFinishConnecting) {