diff --git a/cmd/neofs-cli/modules/root.go b/cmd/neofs-cli/modules/root.go index ba0a1355..58d781e1 100644 --- a/cmd/neofs-cli/modules/root.go +++ b/cmd/neofs-cli/modules/root.go @@ -44,7 +44,6 @@ var ( // This is called by main.main(). It only needs to happen once to the rootCmd. func Execute() { if err := rootCmd.Execute(); err != nil { - fmt.Println(err) os.Exit(1) } }