chore: remove unnecessary log

This commit is contained in:
Greg Johnston 2024-02-12 20:23:13 -05:00
parent ca1e62c0b9
commit 1eddd5a5f1

View file

@ -61,7 +61,6 @@ macro_rules! render_primitive {
fn rebuild(self, state: &mut Self::State) {
let [<SignalReadGuard $child_type:camel State>](node, this) = state;
if &self != this {
crate::log(&format!("not equal"));
R::set_text(node, &self.to_string());
*this = *self;
}