Skip to content

Commit

Permalink
chore: drop debug prints (#681)
Browse files Browse the repository at this point in the history
  • Loading branch information
aborgna-q authored Nov 13, 2023
1 parent 144e91f commit 40dfcf3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/extension/infer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -702,8 +702,6 @@ impl UnificationContext {
solutions.insert(m, solution);
}
}
println!("{:?}", relations.node_map);
println!("{:?}", relations.graph);

// Process the strongly-connected components. petgraph/sccs() returns these
// depended-upon before dependant, as we need.
Expand Down

0 comments on commit 40dfcf3

Please sign in to comment.