Remove stray line

This commit is contained in:
Simon Hausmann 2021-07-30 20:23:06 +02:00 committed by Simon Hausmann
parent 52aee8d366
commit cb76186b59

View file

@ -295,7 +295,6 @@ pub mod internal {
) { ) {
let weak = component_strong.to_weak(); let weak = component_strong.to_weak();
property.set_binding(move || { property.set_binding(move || {
//let strong = ;
binding(<StrongRef as StrongComponentRef>::from_weak(&weak).unwrap()) binding(<StrongRef as StrongComponentRef>::from_weak(&weak).unwrap())
}) })
} }