Skip to content

Commit a79fa7a

Browse files
committed
fix: remove console.log
1 parent e3dbb6a commit a79fa7a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: src/loader.js

-1
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,6 @@ export function pitch(request) {
196196
);
197197
return;
198198
}
199-
console.log(publicPath);
200199
this.importModule(
201200
`${this.resourcePath}.webpack[javascript/auto]!=!${request}`,
202201
{

0 commit comments

Comments
 (0)