1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-10-18 04:03:01 +08:00

cmds: remove info logging

This commit is contained in:
Juan Batiz-Benet
2014-12-06 10:27:12 -05:00
parent 6c94a0715f
commit 5c64ee90e0

View File

@ -84,7 +84,6 @@ var rootSubcommands = map[string]*cmds.Command{
func init() {
Root.Subcommands = rootSubcommands
u.SetLogLevel("core/commands", "info")
}
type MessageOutput struct {