Skip to content

Commit

Permalink
Remove useless print
Browse files Browse the repository at this point in the history
  • Loading branch information
gjhenrique committed Dec 13, 2022
1 parent 6cc3a3b commit 5d7a372
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ func runRoot(cmd *cobra.Command, args []string) {
entry, err := sh.Fzf(entries)
if err != nil {
if _, ok := err.(*sh.SkippedInputError); ok {
fmt.Println("User skipped")
os.Exit(0)
}

Expand Down

0 comments on commit 5d7a372

Please sign in to comment.