Skip to content

Commit

Permalink
Remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
shohamc1 committed Sep 7, 2023
1 parent 355401a commit c7c26ee
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions lib/ain-evm/src/evm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -667,14 +667,6 @@ fn dst20_deploy_contract_tx(
name: &str,
symbol: &str,
) -> Result<(Box<SignedTx>, ReceiptV3)> {
debug!("DST20 Deploy Input");
debug!(
"{:#?}",
hex::encode(
get_dst20_deploy_input(get_dst20_contract().init_bytecode, name, symbol)
.map_err(|e| format_err!(e))?
)
);
let tx = TransactionV2::Legacy(LegacyTransaction {
nonce: U256::from(token_id),
gas_price: *base_fee,
Expand Down

0 comments on commit c7c26ee

Please sign in to comment.