mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-22 03:06:09 +01:00
Forgot to remove some testing code
This commit is contained in:
parent
e158c41ce3
commit
d6530933d9
1 changed files with 0 additions and 3 deletions
|
|
@ -67,8 +67,5 @@ def toplevel_main():
|
|||
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…
Reference in a new issue