Skip to content

Commit

Permalink
fix: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
sokra committed Apr 15, 2021
1 parent e3dbb6a commit a79fa7a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/loader.js
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,6 @@ export function pitch(request) {
);
return;
}
console.log(publicPath);
this.importModule(
`${this.resourcePath}.webpack[javascript/auto]!=!${request}`,
{
Expand Down

0 comments on commit a79fa7a

Please sign in to comment.