summaryrefslogtreecommitdiff
path: root/graph-checker/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'graph-checker/src/main.rs')
-rw-r--r--graph-checker/src/main.rs7
1 files changed, 0 insertions, 7 deletions
diff --git a/graph-checker/src/main.rs b/graph-checker/src/main.rs
index c1c2c4a..7747abb 100644
--- a/graph-checker/src/main.rs
+++ b/graph-checker/src/main.rs
@@ -71,13 +71,6 @@ async fn main() -> anyhow::Result<()> {
query.push_values(part, |mut b, res| {
match res {
Ok((g6, size, ind_dom, fg)) => {
- // log::debug!(
- // "inserting {} {} {:?} {:?}",
- // g6,
- // size,
- // ind_dom,
- // fg
- // );
b.push_bind(g6)
.push_bind(size as u32)
.push_bind(ind_dom.unwrap_or(0))