Skip to content

Commit

Permalink
removed undeclared log
Browse files Browse the repository at this point in the history
  • Loading branch information
antiyro committed Apr 4, 2024
1 parent 1930250 commit b26769e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/primitives/convert/src/contract.rs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ pub fn from_rpc_contract_class(
contract_class: &ContractClassCore,
starknet_version: Option<String>,
) -> anyhow::Result<ContractClassBlockifier> {
log::info!("from_rpc_contract_class");
match contract_class {
ContractClassCore::Sierra(contract_class) => from_contract_class_sierra(contract_class, starknet_version),
ContractClassCore::Legacy(contract_class) => from_contract_class_cairo(contract_class),
Expand Down

0 comments on commit b26769e

Please sign in to comment.