From ab7c9d511c4aa842ee619fb006aabb8b5c75eb07 Mon Sep 17 00:00:00 2001
From: Eliot Berriot <contact@eliotberriot.com>
Date: Thu, 20 Dec 2018 17:24:21 +0100
Subject: [PATCH] Removed log

---
 front/vue.config.js | 1 -
 1 file changed, 1 deletion(-)

diff --git a/front/vue.config.js b/front/vue.config.js
index f4d96898..645a3733 100644
--- a/front/vue.config.js
+++ b/front/vue.config.js
@@ -37,7 +37,6 @@ module.exports = {
   },
   chainWebpack: config => {
     config.optimization.delete('splitChunks')
-    console.log(config.plugins)
     config.plugins.delete('prefetch-embed')
     config.plugins.delete('prefetch-index')
   },
-- 
GitLab