Skip to content

Commit

Permalink
chore: remove rogue comments
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigo-pino committed Oct 3, 2024
1 parent 61435d3 commit 03c4f3c
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ use cairo_native::execution_result::ContractExecutionResult;
use cairo_native::executor::AotNativeExecutor;
use cairo_vm::vm::runners::cairo_runner::ExecutionResources;

use super::utils::decode_felts_as_str;
// use c::utils::run_native_executor;
use crate::execution::call_info::{CallExecution, CallInfo, Retdata};
use crate::execution::contract_class::{NativeContractClassV1, TrackedResource};
use crate::execution::entry_point::{
Expand All @@ -16,6 +14,7 @@ use crate::execution::entry_point::{
};
use crate::execution::errors::EntryPointExecutionError;
use crate::execution::native::syscall_handler::NativeSyscallHandler;
use crate::execution::native::utils::decode_felts_as_str;
use crate::state::state_api::State;

pub fn execute_entry_point_call(
Expand Down

0 comments on commit 03c4f3c

Please sign in to comment.