Removed debug code

This commit is contained in:
nathan 2020-08-13 01:02:42 +02:00
parent d2266ba8df
commit 8b6751f3f3

View File

@ -285,8 +285,6 @@ open class Client<CONNECTION : Connection>(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) {