fix: Remove dbg that was causing TUI rendering problems (#1085)
This commit is contained in:
parent
f63220019d
commit
b48cfe5730
|
@ -426,7 +426,7 @@ impl VirtualDom {
|
|||
}
|
||||
}
|
||||
|
||||
parent_path = dbg!(template.parent).and_then(|id| self.elements.get(id.0));
|
||||
parent_path = template.parent.and_then(|id| self.elements.get(id.0));
|
||||
} else {
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue