Skip to content
This repository has been archived by the owner on Jun 9, 2024. It is now read-only.

Commit

Permalink
cleanup test
Browse files Browse the repository at this point in the history
  • Loading branch information
calbera committed Apr 5, 2023
1 parent 191cae0 commit 45a20ef
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cosmos/cmd/polard/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,9 @@ import (

"pkg.berachain.dev/polaris/cosmos/cmd/polard/cmd"
simapp "pkg.berachain.dev/polaris/cosmos/runtime"
"pkg.berachain.dev/polaris/cosmos/runtime/config"
)

func main() {
config.SetupCosmosConfig()
rootCmd := cmd.NewRootCmd()
if err := svrcmd.Execute(rootCmd, "", simapp.DefaultNodeHome); err != nil {
log.NewLogger(rootCmd.OutOrStderr()).Error("failure when running app", "err", err)
Expand Down

0 comments on commit 45a20ef

Please sign in to comment.