Skip to content

Commit

Permalink
chore: remove unnecessary stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
artemijspavlovs committed Sep 20, 2024
1 parent 43e7ef4 commit c949b90
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cmd/rollapp/init/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ func Cmd() *cobra.Command {
home := cmd.Flag(utils.FlagNames.Home).Value.String()
isMockFlagSet := cmd.Flags().Changed("mock")
shouldUseMockBackend, _ := cmd.Flags().GetBool("mock")
// rollerData, err := tomlconfig.LoadRollerConfig(home)
fmt.Println(home)

// TODO: move to consts
// TODO(v2): move to roller config
if !shouldUseMockBackend {
Expand Down

0 comments on commit c949b90

Please sign in to comment.