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: [