You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuweni.apache.org by to...@apache.org on 2020/05/31 21:43:19 UTC

[incubator-tuweni] 02/02: remove println

This is an automated email from the ASF dual-hosted git repository.

toulmean pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tuweni.git

commit 0c601c6c23417839ae6e1b7318f8e1eb39d6e079
Author: Antoine Toulme <an...@lunar-ocean.com>
AuthorDate: Sun May 31 14:36:39 2020 -0700

    remove println
---
 devp2p-eth/src/main/kotlin/org/apache/tuweni/devp2p/eth/EthHandler.kt | 1 -
 1 file changed, 1 deletion(-)

diff --git a/devp2p-eth/src/main/kotlin/org/apache/tuweni/devp2p/eth/EthHandler.kt b/devp2p-eth/src/main/kotlin/org/apache/tuweni/devp2p/eth/EthHandler.kt
index d57637e..8293270 100644
--- a/devp2p-eth/src/main/kotlin/org/apache/tuweni/devp2p/eth/EthHandler.kt
+++ b/devp2p-eth/src/main/kotlin/org/apache/tuweni/devp2p/eth/EthHandler.kt
@@ -120,7 +120,6 @@ internal class EthHandler(
   private suspend fun handleHeaders(connectionId: String, headers: BlockHeaders) {
     connectionId.toString()
     headers.headers.forEach {
-      println(it.number)
       repository.storeBlockHeader(it)
 //      if (blockHeaderRequests.remove(it.hash)) {
 //


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@tuweni.apache.org
For additional commands, e-mail: commits-help@tuweni.apache.org