Skip to content

Commit e611bc2

Browse files
committed
removed tracing
1 parent c52b317 commit e611bc2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/dfx/src/lib/models/canister.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -824,7 +824,6 @@ impl CanisterPool {
824824
.rev() // Reverse the order, as we have a dependency graph, we want to reverse indices.
825825
.map(|idx| *graph.node_weight(*idx).unwrap())
826826
.collect();
827-
println!("ORDER: {:?}", order.iter().map(|c| c.to_text()).collect::<Vec<_>>());
828827

829828
// let canisters_to_build = Bfs::new(graph, start);
830829
// let canisters_to_build = self.canisters_to_build(build_config); // FIXME

0 commit comments

Comments
 (0)