Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
shrimalmadhur committed Jul 3, 2024
1 parent c6963dd commit ef556bf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion pkg/operator/register.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ func RegisterCmd(p utils.Prompter) *cli.Command {

configurationFilePath := args.Get(0)
operatorCfg, err := validateAndReturnConfig(configurationFilePath)
fmt.Println(operatorCfg)
if err != nil {
return err
}
Expand Down
1 change: 0 additions & 1 deletion pkg/operator/setclaimer.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ Set the rewards claimer address for the operator.
AvsDirectoryAddress: common.HexToAddress(operatorCfg.ELAVSDirectoryAddress),
RewardsCoordinatorAddress: common.HexToAddress(operatorCfg.ELRewardsCoordinatorAddress),
}
fmt.Println(operatorCfg)

elWriter, err := elcontracts.NewWriterFromConfig(contractCfg, ethClient, logger, noopMetrics, txMgr)
if err != nil {
Expand Down

0 comments on commit ef556bf

Please sign in to comment.