mirror of https://github.com/pyodide/pyodide.git
Remove debugging print
This commit is contained in:
parent
7011525fb7
commit
035cf3cc65
|
@ -24,7 +24,6 @@ class PyodideInited:
|
|||
|
||||
class PackageLoaded:
|
||||
def __call__(self, driver):
|
||||
print("PackageLoaded")
|
||||
inited = driver.execute_script(
|
||||
"return window.done")
|
||||
return bool(inited)
|
||||
|
|
Loading…
Reference in New Issue