Skip to content

Commit

Permalink
chore(performance): remove debugger statements after verifying passes
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLarkInn committed Dec 2, 2016
1 parent f8535b7 commit 3d97247
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/performance/EmittedAssetSizeLimitPlugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ EmittedAssetSizeLimitPlugin.prototype.apply = function(compiler) {
}
});

debugger;

var hasAsyncChunks = compilation.chunks.filter(function(chunk) {
return !chunk.isInitial();
}).length > 0;
Expand All @@ -75,8 +73,6 @@ EmittedAssetSizeLimitPlugin.prototype.apply = function(compiler) {
)
);

debugger;

if(!hasAsyncChunks) {
warnings.push(new NoAsyncChunksWarning());
}
Expand Down

0 comments on commit 3d97247

Please sign in to comment.