Skip to content

Commit

Permalink
delete comment
Browse files Browse the repository at this point in the history
  • Loading branch information
clyben committed May 17, 2024
1 parent 53a35fd commit f8be841
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dag_in_context/src/pretty_print.rs
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,6 @@ impl PrettyPrinter {
fold_when: &dyn Fn(usize, usize) -> bool,
binding: String,
) -> String {
// let mut log = Vec::new();
// let mut table = std::collections::BTreeMap::<String, SymbolLog>::new();
self.assign_fresh_var(&self.expr.clone());
let res = self.fold_expr(&self.expr.clone(), fold_when, false);
let log = self
Expand Down

0 comments on commit f8be841

Please sign in to comment.