Remove logging

This commit is contained in:
Greg Johnston 2022-12-10 09:12:11 -05:00
parent 5bdd150347
commit c4af033f2c

View file

@ -97,10 +97,8 @@ where
DynChild::new(move || {
if context.ready() {
log!("context is ready");
(child)().into_view(cx)
} else {
log!("rendering fallback");
fallback()
}
})