From 93a7b98b508538fe003fcc4d747505d441cd99e2 Mon Sep 17 00:00:00 2001 From: tofulm Date: Wed, 1 Dec 2021 12:05:17 +0100 Subject: [PATCH] debug --- js/gamutable.es6.js | 1 - js/gamutable.js | 1 - 2 files changed, 2 deletions(-) diff --git a/js/gamutable.es6.js b/js/gamutable.es6.js index 78d4b92..2ea8a45 100644 --- a/js/gamutable.es6.js +++ b/js/gamutable.es6.js @@ -228,7 +228,6 @@ let monTableau = { }; }, mounted() { - console.log('this.stockage =', this.stockage); this.chargerJson(); if (this.urlvuebloc) { fetch(this.urlvuebloc) diff --git a/js/gamutable.js b/js/gamutable.js index 8d48391..86edbec 100644 --- a/js/gamutable.js +++ b/js/gamutable.js @@ -281,7 +281,6 @@ var monTableau = { mounted: function mounted() { var _this = this; - console.log('this.stockage =', this.stockage); this.chargerJson(); if (this.urlvuebloc) {