From 662a3e4f82da195b49cc45c1e3e003af6392aae5 Mon Sep 17 00:00:00 2001 From: naathanbrown Date: Thu, 11 Jan 2024 09:09:10 +0000 Subject: [PATCH] feat(cb2-9857): PR feedback --- webpack/webpack.production.js | 1 - 1 file changed, 1 deletion(-) diff --git a/webpack/webpack.production.js b/webpack/webpack.production.js index 265e120..4d744b2 100644 --- a/webpack/webpack.production.js +++ b/webpack/webpack.production.js @@ -58,7 +58,6 @@ class BundlePlugin { module.exports = env => { let commit = env ? env.commit ? env.commit : 'local' : 'local' ; - console.log(commit) return merge(common, { mode: 'production', plugins: [