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:
@ -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
|
||||
|
Reference in New Issue
Block a user