Skip to content

Commit

Permalink
removed debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
mtsitrin committed Jul 2, 2023
1 parent 0f74fab commit 6c132e8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cmd/config/init/rollapp.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package initconfig

import (
"fmt"
"os"
"os/exec"
"path/filepath"
Expand Down Expand Up @@ -36,9 +35,6 @@ func initializeRollappConfig(initConfig utils.RollappConfig) error {

setGentxCmd := exec.Command(initConfig.RollappBinary, "gentx_seq",
"--pubkey", seqPubKey, "--from", consts.KeysIds.RollappSequencer, "--home", home)

fmt.Println(setGentxCmd.String())

_, err = utils.ExecBashCommand(setGentxCmd)
if err != nil {
return err
Expand Down

0 comments on commit 6c132e8

Please sign in to comment.