whoops forgot to remove the dbg statement

This commit is contained in:
gluaxspeed 2021-08-25 11:00:24 -07:00
parent a5b6780c3b
commit 50233f5fe8

View File

@ -304,7 +304,7 @@ impl Canonicalizer {
arguments: call
.arguments
.iter()
.map(|arg| self.canonicalize_expression(dbg!(arg)))
.map(|arg| self.canonicalize_expression(arg))
.collect(),
span: call.span.clone(),
});