From 40dfcf324cfc514c19695feeb0972542af77b1bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Agust=C3=ADn=20Borgna?= <121866228+aborgna-q@users.noreply.github.com> Date: Mon, 13 Nov 2023 12:13:28 +0100 Subject: [PATCH] chore: drop debug prints (#681) --- src/extension/infer.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/extension/infer.rs b/src/extension/infer.rs index 759c3dde5..e2ea1f89f 100644 --- a/src/extension/infer.rs +++ b/src/extension/infer.rs @@ -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.