Skip to content
This repository has been archived by the owner on May 10, 2021. It is now read-only.

Commit

Permalink
Remove useless logging
Browse files Browse the repository at this point in the history
  • Loading branch information
esamattis committed Sep 3, 2020
1 parent a2cc7c3 commit 25ac023
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions create-webpack-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -206,11 +206,6 @@ function htmlWebpackPlugin(options) {
* @param {string} chunkName
*/
const assertChunk = (chunkName) => {
console.log(
"###############",
chunkName,
assets.chunks
);
const chunk = assets.chunks[chunkName];
if (!chunk) {
// prettier-ignore
Expand Down

0 comments on commit 25ac023

Please sign in to comment.