SetupLogging() also called in init() in util/log.go

This commit is contained in:
Henry 2014-10-15 14:22:41 +02:00
parent 0557b1052d
commit afa5b7fccc

View File

@ -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