We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c52b317 commit e611bc2Copy full SHA for e611bc2
src/dfx/src/lib/models/canister.rs
@@ -824,7 +824,6 @@ impl CanisterPool {
824
.rev() // Reverse the order, as we have a dependency graph, we want to reverse indices.
825
.map(|idx| *graph.node_weight(*idx).unwrap())
826
.collect();
827
- println!("ORDER: {:?}", order.iter().map(|c| c.to_text()).collect::<Vec<_>>());
828
829
// let canisters_to_build = Bfs::new(graph, start);
830
// let canisters_to_build = self.canisters_to_build(build_config); // FIXME
0 commit comments