From 109f282fb89b0d2434554e72f836eb43b0e16d55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9A=D0=B8=D1=80=D0=B8=D0=BB=D0=BB?= Date: Wed, 25 Sep 2024 14:31:06 +0400 Subject: [PATCH] Extra println --- .../io/emeraldpay/dshackle/upstream/ethereum/GenericWsHead.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/kotlin/io/emeraldpay/dshackle/upstream/ethereum/GenericWsHead.kt b/src/main/kotlin/io/emeraldpay/dshackle/upstream/ethereum/GenericWsHead.kt index 01cbf77ad..1472f921d 100644 --- a/src/main/kotlin/io/emeraldpay/dshackle/upstream/ethereum/GenericWsHead.kt +++ b/src/main/kotlin/io/emeraldpay/dshackle/upstream/ethereum/GenericWsHead.kt @@ -180,7 +180,6 @@ class GenericWsHead( } private fun registerHeadResubscribeFlux(): Disposable { - println("here") val connectionStates = wsSubscriptions.connectionInfoFlux() .map { if (it.connectionId == connectionId.get() && it.connectionState == WsConnection.ConnectionState.DISCONNECTED) {