Skip to content

Commit

Permalink
next line woops
Browse files Browse the repository at this point in the history
  • Loading branch information
tomek0123456789 committed Jan 24, 2024
1 parent 701521e commit 6e11d2b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scarb/src/compiler/compilers/starknet_contract.rs
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,6 @@ fn find_project_contracts(
let _ = trace_span!("find_internal_contracts").enter();
find_contracts(db, &main_crate_ids)
};
eprintln!("internal_contracts = {:#?}", internal_contracts);

let external_contracts: Vec<ContractDeclaration> =
if let Some(external_contracts) = external_contracts {
Expand Down

0 comments on commit 6e11d2b

Please sign in to comment.