mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 06:44:17 +00:00
chore: remove unnecessary log
This commit is contained in:
parent
ca1e62c0b9
commit
1eddd5a5f1
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue