Skip to content

Commit c52b317

Browse files
committed
removed tracing
1 parent dab915e commit c52b317

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
@@ -809,7 +809,6 @@ impl CanisterPool {
809809

810810
trace!(log, "Building dependencies graph.");
811811
let graph = self.build_dependencies_graph(build_config.canisters_to_build.clone())?; // TODO: Can `clone` be eliminated?
812-
println!("GRAPH: {:?}", graph);
813812
let nodes = petgraph::algo::toposort(&graph, None).map_err(|cycle| {
814813
let message = match graph.node_weight(cycle.node_id()) {
815814
Some(canister_id) => match self.get_canister_info(canister_id) {

0 commit comments

Comments
 (0)