mirror of
https://github.com/AleoHQ/leo.git
synced 2025-01-01 22:36: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: call
|
||||||
.arguments
|
.arguments
|
||||||
.iter()
|
.iter()
|
||||||
.map(|arg| self.canonicalize_expression(dbg!(arg)))
|
.map(|arg| self.canonicalize_expression(arg))
|
||||||
.collect(),
|
.collect(),
|
||||||
span: call.span.clone(),
|
span: call.span.clone(),
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user