From 3401ca20e51237483125fd01873bd2f8852cc574 Mon Sep 17 00:00:00 2001 From: Prateek Bhatnagar Date: Mon, 10 Aug 2020 00:47:35 -0700 Subject: [PATCH] Update packages/next/build/webpack/plugins/font-stylesheet-gathering-plugin.ts Co-authored-by: Tim Neutkens --- .../build/webpack/plugins/font-stylesheet-gathering-plugin.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/next/build/webpack/plugins/font-stylesheet-gathering-plugin.ts b/packages/next/build/webpack/plugins/font-stylesheet-gathering-plugin.ts index e891edb4cd4bd..1a25c61f37dca 100644 --- a/packages/next/build/webpack/plugins/font-stylesheet-gathering-plugin.ts +++ b/packages/next/build/webpack/plugins/font-stylesheet-gathering-plugin.ts @@ -139,7 +139,6 @@ export class FontStylesheetGatheringPlugin { for (let promiseIndex in fontDefinitionPromises) { const css = await fontDefinitionPromises[promiseIndex] const content = await minifyCss(css) - console.log({ content }) this.manifestContent.push({ url: this.gatheredStylesheets[promiseIndex], content,