mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-23 20:53:06 +00:00
Remove console.log
This commit is contained in:
parent
e1f02f8135
commit
4d90bdee47
1 changed files with 0 additions and 1 deletions
|
@ -118,7 +118,6 @@ mod js {
|
|||
nodes[id] = node;
|
||||
}
|
||||
export function get_node(id) {
|
||||
console.log(nodes, id);
|
||||
return nodes[id];
|
||||
}
|
||||
export function initilize(root, handler) {
|
||||
|
|
Loading…
Reference in a new issue