Remove debugging print

This commit is contained in:
Michael Droettboom 2018-05-29 10:33:56 -04:00
parent 7011525fb7
commit 035cf3cc65
1 changed files with 0 additions and 1 deletions

View File

@ -24,7 +24,6 @@ class PyodideInited:
class PackageLoaded:
def __call__(self, driver):
print("PackageLoaded")
inited = driver.execute_script(
"return window.done")
return bool(inited)