From 113bebabd4bde20f830b117c61fb4025d96737b3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Adrien=20B=C3=A9raud?= <adrien.beraud@savoirfairelinux.com>
Date: Wed, 8 Nov 2017 15:14:01 -0500
Subject: [PATCH] DhtRunner: remove log

---
 src/dhtrunner.cpp | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/src/dhtrunner.cpp b/src/dhtrunner.cpp
index e2850580..dc7c7ede 100644
--- a/src/dhtrunner.cpp
+++ b/src/dhtrunner.cpp
@@ -417,10 +417,6 @@ DhtRunner::doRun(const SockAddr& sin4, const SockAddr& sin6, SecureDht::Config c
         s6 = bindSocket(sin6, bound6);
 #endif
 
-    std::cerr << "s4: " << s4 << " bound on " << bound4.toString() << std::endl;
-    std::cerr << "s6: " << s6 << " bound on " << bound6.toString() << std::endl;
-
-
     dht_ = std::unique_ptr<SecureDht>(new SecureDht {s4, s6, config});
 
     rcv_thread = std::thread([this,s4,s6]() {
-- 
GitLab