From 37c3fa1d859f094af577d23d3fdc63c816ffb34b Mon Sep 17 00:00:00 2001 From: Diptanu Choudhury Date: Fri, 3 Jun 2016 05:53:51 -0700 Subject: [PATCH] removed the stats cli command --- commands.go | 5 ----- 1 file changed, 5 deletions(-) diff --git a/commands.go b/commands.go index b8e626e82..69d96273f 100644 --- a/commands.go +++ b/commands.go @@ -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,