aboutsummaryrefslogtreecommitdiffstats
path: root/commands/termui.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/termui.go')
-rw-r--r--commands/termui.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/commands/termui.go b/commands/termui.go
index 6f3ba5ef..460770a6 100644
--- a/commands/termui.go
+++ b/commands/termui.go
@@ -6,7 +6,6 @@ import (
)
func runTermUI(cmd *cobra.Command, args []string) error {
- //time.Sleep(10 * time.Second)
return termui.Run(repo)
}