Skip to content

Commit

Permalink
remove superfluous FIXME
Browse files Browse the repository at this point in the history
  • Loading branch information
vporton committed Jan 29, 2025
1 parent f595c87 commit b2b01bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dfx/src/lib/operations/canister/deploy_canisters.rs
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ pub async fn deploy_canisters(
build_canisters(
env2,
&canisters_to_load,
&if no_compile { canisters_to_build } else { Vec::new() }, // FIXME: Remove.
&if no_compile { canisters_to_build } else { Vec::new() },
&config,
env_file.clone(),
no_compile,
Expand Down

0 comments on commit b2b01bc

Please sign in to comment.