Skip to content

Commit

Permalink
Removing debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronjeline committed Nov 6, 2023
1 parent 8f037db commit f5f9842
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cedar-policy-generators/src/expr.rs
Original file line number Diff line number Diff line change
Expand Up @@ -856,7 +856,6 @@ impl<'a> ExprGenerator<'a> {
Ok(std::ops::ControlFlow::Continue(()))
},
)?;
println!("Vector before conversion: {:?}", r);
Ok(ast::Expr::record(r).expect("can't have duplicate keys because `r` was already a HashMap"))
},
// if-then-else expression, where both arms are records
Expand Down

0 comments on commit f5f9842

Please sign in to comment.