mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-11-23 23:23:50 +03:00
removed dbg
This commit is contained in:
parent
97645eb443
commit
4f13716e5b
@ -278,10 +278,7 @@ impl Canonicalizer {
|
||||
}
|
||||
Expression::Identifier(identifier) => {
|
||||
if identifier.name.as_ref() == "Self" && self.circuit_name.is_some() {
|
||||
let name = self.circuit_name.as_ref().unwrap().clone();
|
||||
|
||||
dbg!(&name);
|
||||
return Expression::Identifier(name);
|
||||
return Expression::Identifier(self.circuit_name.as_ref().unwrap().clone());
|
||||
}
|
||||
}
|
||||
_ => (),
|
||||
|
Loading…
Reference in New Issue
Block a user