Skip to content

Commit

Permalink
another line
Browse files Browse the repository at this point in the history
  • Loading branch information
tomek0123456789 committed Jan 24, 2024
1 parent 30c6c63 commit 701521e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scarb/src/compiler/compilers/starknet_contract.rs
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ fn find_project_contracts(
debug!("no external contracts selected");
Vec::new()
};
eprintln!("external_contracts = {:#?}", external_contracts);

Ok(internal_contracts
.into_iter()
.chain(external_contracts)
Expand Down

0 comments on commit 701521e

Please sign in to comment.