From afa5b7fcccb1e6395e00d12fc4e98c2b28647d98 Mon Sep 17 00:00:00 2001 From: Henry Date: Wed, 15 Oct 2014 14:22:41 +0200 Subject: [PATCH] SetupLogging() also called in init() in util/log.go --- util/util.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/util/util.go b/util/util.go index 2139c4e51..475e0eb92 100644 --- a/util/util.go +++ b/util/util.go @@ -13,10 +13,6 @@ import ( "github.com/jbenet/go-ipfs/Godeps/_workspace/src/github.com/mitchellh/go-homedir" ) -func init() { - SetupLogging() -} - // Debug is a global flag for debugging. var Debug bool