Skip to content

Commit

Permalink
remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
vporton committed Feb 1, 2025
1 parent 800b247 commit ab3428c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/dfx/src/commands/rules.rs
Original file line number Diff line number Diff line change
Expand Up @@ -249,12 +249,7 @@ fn get_build_command(_pool: &CanisterPool, graph: &Graph<Import, ()>, node_id: <
let node_value = graph.node_weight(node_id).unwrap();
match node_value {
Import::Canister(canister_name) => {
// let canister = pool.get_first_canister_with_name(&canister_name).unwrap();
// if canister.get_info().is_custom() {
// None // no compilation for custom canisters
// } else {
Some(format!("dfx canister create --network $(NETWORK) {}\n\tdfx build --no-deps --network $(NETWORK) {}", canister_name, canister_name))
// }
}
Import::Ic(_canister_name) => None,
Import::Path(_path) => None,
Expand Down

0 comments on commit ab3428c

Please sign in to comment.