lol
This commit is contained in:
parent
5f9ddce9f2
commit
1509c3e1b2
|
|
@ -496,8 +496,6 @@ impl<'a> FuncBuild<'a> {
|
||||||
val => val,
|
val => val,
|
||||||
};
|
};
|
||||||
|
|
||||||
println!("{val:?}");
|
|
||||||
|
|
||||||
// check if var already exists
|
// check if var already exists
|
||||||
if let Some(sv) = self.find(&id) {
|
if let Some(sv) = self.find(&id) {
|
||||||
// yes, move it there
|
// yes, move it there
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue