Skip to content

Commit

Permalink
remove debug print statements from NewTransaction method.
Browse files Browse the repository at this point in the history
  • Loading branch information
yash10019coder committed Sep 1, 2024
1 parent 72468ee commit 8461525
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions zcncore/transaction.go
Original file line number Diff line number Diff line change
Expand Up @@ -283,11 +283,9 @@ func NewTransaction(cb TransactionCallback, txnFee uint64, nonce int64) (Transac
}
if _config.isSplitWallet {
logging.Info("New transaction interface with auth")
fmt.Println("New transaction interface with auth")
return newTransactionWithAuth(cb, txnFee, nonce)
}

fmt.Printf("New transaction interface: %+v\n", _config)
logging.Info("New transaction interface")
return newTransaction(cb, txnFee, nonce)
}
Expand Down

0 comments on commit 8461525

Please sign in to comment.