aboutsummaryrefslogtreecommitdiffstats
path: root/ethutil
diff options
context:
space:
mode:
Diffstat (limited to 'ethutil')
-rw-r--r--ethutil/config.go2
1 files changed, 1 insertions, 1 deletions
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...)
}