mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
Forgot to remove some testing code
This commit is contained in:
parent
e158c41ce3
commit
d6530933d9
@ -67,8 +67,5 @@ if document?:
|
||||
iframe_main(iframe_script)
|
||||
else:
|
||||
toplevel_main()
|
||||
url = window.URL.createObjectURL(Blob([main_js()]), {'type': 'text/javascript'})
|
||||
worker = new window.Worker(url + '#moo')
|
||||
console.log(worker)
|
||||
elif self?:
|
||||
entry_point = self.location.hash[1:]
|
||||
|
Loading…
x
Reference in New Issue
Block a user