Skip to content

Commit

Permalink
remove log debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanceras committed Apr 2, 2024
1 parent b48c302 commit 08e8020
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/core/src/dom/dom_node.rs
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,6 @@ impl DomNode {
parent.replace_child(self, replacement);
} else {
//NOTE: This must be replacing a mount node
log::info!("replacing on the self level..");
self
.as_element()
.replace_with_with_node_1(&replacement.as_node())
Expand Down

0 comments on commit 08e8020

Please sign in to comment.