mirror of
https://github.com/AleoHQ/leo.git
synced 2024-12-29 20:44:52 +03:00
whoops forgot to remove the dbg statement
This commit is contained in:
parent
a5b6780c3b
commit
50233f5fe8
@ -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(),
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user