Skip to content

Commit 94ec9ec

Browse files
authored
this doesnt even log anything???
1 parent e0f4525 commit 94ec9ec

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/build/inline-worker-loader/worker-loader.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ const realWorkerLoader = require('worker-loader');
22

33
module.exports.pitch = function inlineWorkerLoaderPitch (...args) {
44
// This is a hack to always make worker-loader run inline.
5-
console.log(...args, this);
65
const newThis = new Proxy(this, {
76
get(target, property) {
87
if (property === 'query') {

0 commit comments

Comments
 (0)