diff options
author | Wolfy-J <[email protected]> | 2018-07-05 16:12:11 -0700 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2018-07-05 16:12:11 -0700 |
commit | afde365ba6210569b7d48dec0c07434a7f8a1fd8 (patch) | |
tree | 898dfc56d29b5e4e4d5946911825d4a37c725f30 /cmd/rr | |
parent | c3845f435959c3ccf545783ae35953cbcad83608 (diff) |
no color?
Diffstat (limited to 'cmd/rr')
-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{}) |