mirror of
https://github.com/pyscript/pyscript.git
synced 2022-05-01 19:47:48 +03:00
Removed console.log
This commit is contained in:
@@ -63,7 +63,6 @@ class Antigravity():
|
||||
return open_url('./antigravity.svg').read()
|
||||
|
||||
node = document.getElementById('antigravity')
|
||||
console.log(node)
|
||||
node.replaceChildren()
|
||||
|
||||
Antigravity(node)
|
||||
|
||||
Reference in New Issue
Block a user