1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-09-11 15:15:58 +08:00

cleanup logging setup.

- should not be on init, because need debug flag
This commit is contained in:
Juan Batiz-Benet
2014-10-01 01:56:27 -07:00
parent ba510cbd6d
commit aa79f38580
5 changed files with 38 additions and 26 deletions

View File

@ -23,7 +23,6 @@ var cmdIpfsResolve = &commander.Command{
}
func resolveCmd(c *commander.Command, inp []string) error {
u.Debug = true
if len(inp) < 1 {
u.POut(c.Long)
return nil