Forgot to remove some testing code

This commit is contained in:
Kovid Goyal 2021-05-16 11:31:54 +05:30
parent e158c41ce3
commit d6530933d9
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -67,8 +67,5 @@ if document?:
iframe_main(iframe_script) iframe_main(iframe_script)
else: else:
toplevel_main() toplevel_main()
url = window.URL.createObjectURL(Blob([main_js()]), {'type': 'text/javascript'})
worker = new window.Worker(url + '#moo')
console.log(worker)
elif self?: elif self?:
entry_point = self.location.hash[1:] entry_point = self.location.hash[1:]