Skip to content

Commit 67c9759

Browse files
committed
fix(client): remove console logs
1 parent cefef2f commit 67c9759

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

client-src/default/webpack.config.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ module.exports = {
2929
/^\.\/clients\/SockJSClient$/,
3030
'../clients/SockJSClient'
3131
);
32-
console.log(resource);
33-
console.log(require.resolve('../default'));
3432
}
3533
}
3634
),

0 commit comments

Comments
 (0)