Skip to content

Commit 15bf2a8

Browse files
chore(blockifier): remove unnecessary log - native execution
1 parent 52b058c commit 15bf2a8

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

crates/blockifier/src/execution/execution_utils.rs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -139,13 +139,6 @@ pub fn execute_entry_point_call(
139139
context,
140140
)
141141
} else {
142-
log::debug!(
143-
"Using Cairo Native execution. Block Number: {}, Transaction Hash: {}, Class \
144-
Hash: {}.",
145-
context.tx_context.block_context.block_info.block_number,
146-
context.tx_context.tx_info.transaction_hash(),
147-
call.class_hash.expect("Missing Class Hash")
148-
);
149142
native_entry_point_execution::execute_entry_point_call(
150143
call,
151144
compiled_class,

0 commit comments

Comments
 (0)