From d6530933d980ba1303589a02895c6385b199b56c Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 16 May 2021 11:31:54 +0530 Subject: [PATCH] Forgot to remove some testing code --- src/pyj/srv.pyj | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/pyj/srv.pyj b/src/pyj/srv.pyj index 8ee9a8bba2..845f745b52 100644 --- a/src/pyj/srv.pyj +++ b/src/pyj/srv.pyj @@ -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:]