From a76e67ffcd2da3939675d2694025d6c4f747d1ba Mon Sep 17 00:00:00 2001 From: bunsenstraat Date: Tue, 30 Nov 2021 12:41:51 +0100 Subject: [PATCH] rm console --- apps/remix-ide/webpack.config.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/apps/remix-ide/webpack.config.js b/apps/remix-ide/webpack.config.js index ed104c8248..f172b414aa 100644 --- a/apps/remix-ide/webpack.config.js +++ b/apps/remix-ide/webpack.config.js @@ -24,8 +24,6 @@ module.exports = config => { }) ] } - console.log(webpackConfig) - console.log(nxWebpackConfig) if (process.env.NODE_ENV === 'production') { return {