Skip to content

Commit

Permalink
Remove questions
Browse files Browse the repository at this point in the history
  • Loading branch information
aakoshh committed Dec 3, 2024
1 parent 18d6533 commit 2f55937
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tooling/nargo_cli/src/cli/compile_cmd.rs
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,6 @@ fn compiled_contracts(
compile_options: &CompileOptions,
target_dir: &Path,
) -> CompilationResult<()> {
// TODO(6669): Should we look for cached artifacts?
let contract_results: Vec<CompilationResult<()>> = contract_packages
.par_iter()
.map(|package| {
Expand All @@ -260,7 +259,6 @@ fn compiled_contracts(
let target_width =
get_target_width(package.expression_width, compile_options.expression_width);
let contract = nargo::ops::transform_contract(contract, target_width);
// TODO(6669): Should the circuits in the contracts run through the simulator?
save_contract(contract, package, target_dir, compile_options.show_artifact_paths);
Ok(((), warnings))
})
Expand Down

0 comments on commit 2f55937

Please sign in to comment.