summaryrefslogtreecommitdiff
path: root/cmd/rr/main.go
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2018-07-05 16:12:11 -0700
committerWolfy-J <[email protected]>2018-07-05 16:12:11 -0700
commitafde365ba6210569b7d48dec0c07434a7f8a1fd8 (patch)
tree898dfc56d29b5e4e4d5946911825d4a37c725f30 /cmd/rr/main.go
parentc3845f435959c3ccf545783ae35953cbcad83608 (diff)
no color?
Diffstat (limited to 'cmd/rr/main.go')
-rw-r--r--cmd/rr/main.go2
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{})