Skip to content

Commit

Permalink
Removed costly debug-log
Browse files Browse the repository at this point in the history
  • Loading branch information
oskari1 committed Nov 28, 2023
1 parent 95558e0 commit a73a1c3
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions smt-log-parser/src/parsers/z3/inst_graph.rs
Original file line number Diff line number Diff line change
Expand Up @@ -117,15 +117,15 @@ impl InstGraph {
self.indirect_edges_of_hidden_node
.insert(*node, vec![indirect_edge]);
}
log!(
"Adding edge ",
pred.index(),
succ.index(),
" with index ",
indirect_edge.index(),
"to the indirect edges for node ",
node.index()
);
// log!(
// "Adding edge ",
// pred.index(),
// succ.index(),
// " with index ",
// indirect_edge.index(),
// "to the indirect edges for node ",
// node.index()
// );
}
}

Expand Down

0 comments on commit a73a1c3

Please sign in to comment.