fixup previous commit: remove stray debug

This commit is contained in:
Olivier Goffart 2021-10-27 11:41:46 +02:00 committed by Simon Hausmann
parent 9c6bc6afc7
commit c9c43766f4

View file

@ -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);
}