Skip to content

Commit 82d4ead

Browse files
authored
chore(l1): remove unnecesary tx log. (#5381)
1 parent 8059795 commit 82d4ead

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

crates/storage/store_db/rocksdb.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1385,10 +1385,6 @@ impl StoreEngine for Store {
13851385
&self,
13861386
transaction_hash: H256,
13871387
) -> Result<Option<Transaction>, StoreError> {
1388-
info!(
1389-
"[TRANSACTION BY HASH] Transaction hash: {:?}",
1390-
transaction_hash
1391-
);
13921388
let (_block_number, block_hash, index) =
13931389
match self.get_transaction_location(transaction_hash).await? {
13941390
Some(location) => location,

0 commit comments

Comments
 (0)