From 9b1f11695d544b99ba0b7ddedc4ac561a68d8197 Mon Sep 17 00:00:00 2001
From: Maran <maran.hidskes@gmail.com>
Date: Mon, 5 May 2014 14:20:20 +0200
Subject: [PATCH] Get rid of that annoying number that keeps popping up in
 stdout

---
 ethutil/config.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ethutil/config.go b/ethutil/config.go
index 323773ba7..609200649 100644
--- a/ethutil/config.go
+++ b/ethutil/config.go
@@ -139,7 +139,7 @@ func (log *Logger) Infoln(v ...interface{}) {
 		return
 	}
 
-	fmt.Println(len(log.logSys))
+	//fmt.Println(len(log.logSys))
 	for _, logger := range log.logSys {
 		logger.Println(v...)
 	}
-- 
GitLab