diff options
Diffstat (limited to 'commands')
-rw-r--r-- | commands/termui.go | 1 |
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) } |