Skip to content

Commit

Permalink
cmd/staking-deposit-cli/deposit/main.go: remove println
Browse files Browse the repository at this point in the history
  • Loading branch information
rgeraldes24 committed Jan 10, 2024
1 parent 70a4485 commit a90516d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/staking-deposit-cli/deposit/submit/deposit.go
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ func importDepositDataJSON(folder string) ([]*stakingdeposit.DepositData, error)

var file string
for _, entry := range entries {
fmt.Println(entry.Name())
if !entry.IsDir() && strings.HasPrefix(entry.Name(), depositDataFilePrefix) {
file = entry.Name()
break
Expand Down

0 comments on commit a90516d

Please sign in to comment.