removed the stats cli command

This commit is contained in:
Diptanu Choudhury
2016-06-03 05:53:51 -07:00
parent 75bd534125
commit 37c3fa1d85

View File

@@ -121,11 +121,6 @@ func Commands(metaPtr *command.Meta) map[string]cli.CommandFactory {
Meta: meta,
}, nil
},
"stats": func() (cli.Command, error) {
return &command.StatsCommand{
Meta: meta,
}, nil
},
"status": func() (cli.Command, error) {
return &command.StatusCommand{
Meta: meta,