diff --git a/accounts/abi/bind/v2/base.go b/accounts/abi/bind/v2/base.go index c3a30425ba..535c0ed4fd 100644 --- a/accounts/abi/bind/v2/base.go +++ b/accounts/abi/bind/v2/base.go @@ -443,7 +443,6 @@ func (c *BoundContract) transact(opts *TransactOpts, contract *common.Address, i if opts.NoSend { return signedTx, nil } - fmt.Println("nonce:", signedTx.Nonce()) if err := c.transactor.SendTransaction(ensureContext(opts.Context), signedTx); err != nil { return nil, err }