Skip to content

Commit

Permalink
Remove redundant error log
Browse files Browse the repository at this point in the history
  • Loading branch information
filiptronicek committed Nov 2, 2023
1 parent 7be1671 commit 9e5af99
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/local-app/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ var rootCmd = &cobra.Command{

func Execute() {
if err := rootCmd.Execute(); err != nil {
slog.Error("An error occurred", "error", err)
os.Exit(1)
}
}
Expand Down

0 comments on commit 9e5af99

Please sign in to comment.