From c834fdd64165f58606befc694034cb367084f2cc Mon Sep 17 00:00:00 2001 From: Andreas Lind Date: Sun, 10 Jan 2021 13:19:35 +0100 Subject: [PATCH] Remove accidental console.log statements in test --- test/transforms/buildProduction.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/transforms/buildProduction.js b/test/transforms/buildProduction.js index 76fd3f82e..57d8e62e8 100644 --- a/test/transforms/buildProduction.js +++ b/test/transforms/buildProduction.js @@ -3026,11 +3026,9 @@ describe('buildProduction', function () { ), }); await assetGraph.loadAssets('index.html'); - console.log(assetGraph.findAssets().map((a) => a.url)); await assetGraph.buildProduction(); expect(assetGraph, 'to contain assets', 4); - console.log(assetGraph.findAssets().map((a) => a.url)); expect(assetGraph, 'to contain asset', { url: `${assetGraph.root}static/font.0c064252fc.eot`, }).and('to contain asset', {