mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-01 22:31:14 +00:00
fixup previous commit: remove stray debug
This commit is contained in:
parent
9c6bc6afc7
commit
c9c43766f4
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ fn analyse_binding(
|
|||
element = next;
|
||||
}
|
||||
};
|
||||
let binding = &element.borrow().bindings[dbg!(name)];
|
||||
let binding = &element.borrow().bindings[name];
|
||||
for nr in &binding.two_way_bindings {
|
||||
process_prop(nr);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue