Skip to content

Commit 971af39

Browse files
save file
1 parent 464acd0 commit 971af39

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

utils/github/backup-github-repo/js/worker.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
var js7z;
77
var archive;
88

9-
var con = self.console;
10-
119
var console = {};
1210
console.log = (...args)=>self.postMessage({type:'log',args});
1311
console.error = (...args)=>self.postMessage({type:'error',args});

0 commit comments

Comments
 (0)