Skip to content

Commit

Permalink
removes commented codes
Browse files Browse the repository at this point in the history
  • Loading branch information
staheri14 committed Jun 4, 2024
1 parent 9f19d68 commit df9107f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions test/e2e/testnet/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -174,10 +174,7 @@ func (n *Node) Init(genesis *types.GenesisDoc, peers []string, configOptions ...
return fmt.Errorf("error creating directory %s: %w", dir, err)
}
}

//if err := MakeTracePushConfig(filepath.Join(nodeDir, "config")); err != nil {
// return fmt.Errorf("error creating trace push config: %w", err)
//}

// Create and write the config file
cfg, err := MakeConfig(n, configOptions...)
if err != nil {
Expand Down

0 comments on commit df9107f

Please sign in to comment.