We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13a4734 commit b4e1ab6Copy full SHA for b4e1ab6
crates/blockifier/src/execution/execution_utils.rs
@@ -139,13 +139,6 @@ pub fn execute_entry_point_call(
139
context,
140
)
141
} 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
- );
149
native_entry_point_execution::execute_entry_point_call(
150
call,
151
compiled_class,
0 commit comments