diff options
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/rr/main.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cmd/rr/main.go b/cmd/rr/main.go index f7101962..03bef9bd 100644 --- a/cmd/rr/main.go +++ b/cmd/rr/main.go @@ -36,7 +36,6 @@ import ( "github.com/sirupsen/logrus" "github.com/spf13/cobra" - "github.com/fatih/color" ) var debugMode bool @@ -44,7 +43,6 @@ var debugMode bool func main() { // forcing text based logging rr.Logger.Formatter = &logrus.TextFormatter{ForceColors: true} - color.NoColor = true // provides ability to make local connection to services rr.Container.Register(rpc.ID, &rpc.Service{}) |