summaryrefslogtreecommitdiffstats
path: root/status_panel.go
diff options
context:
space:
mode:
Diffstat (limited to 'status_panel.go')
-rw-r--r--status_panel.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/status_panel.go b/status_panel.go
index 6e3ec35e8..393c62344 100644
--- a/status_panel.go
+++ b/status_panel.go
@@ -2,7 +2,6 @@ package main
import (
"fmt"
- "time"
"github.com/fatih/color"
"github.com/jesseduffield/gocui"
@@ -35,7 +34,6 @@ func refreshStatus(g *gocui.Gui) error {
// utilising the fact these all have padding to only grab the name
// from the display string with the existing coloring applied
fmt.Fprint(v, " "+branch.DisplayString[4:])
- colorLog(color.FgCyan, time.Now().Sub(startTime))
return nil
})