Skip to content

Commit

Permalink
Update evm_chain_transaction_history.dart
Browse files Browse the repository at this point in the history
remove print
  • Loading branch information
OmarHatem28 authored Dec 11, 2024
1 parent b6a7284 commit 560e98d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cw_evm/lib/evm_chain_transaction_history.dart
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ abstract class EVMChainTransactionHistoryBase
_update(tx);
}
}
print('doneee');
} catch (e) {
log(e.toString());
}
Expand Down

0 comments on commit 560e98d

Please sign in to comment.