From cda6e3762042fd2da538af785c8306aae6040d91 Mon Sep 17 00:00:00 2001 From: Joan Sanchez Date: Mon, 8 Jun 2020 13:07:34 +0200 Subject: [PATCH] Removed console.log --- modules/zone/front/descriptor/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/zone/front/descriptor/index.js b/modules/zone/front/descriptor/index.js index 4b51c8011..288267bfe 100644 --- a/modules/zone/front/descriptor/index.js +++ b/modules/zone/front/descriptor/index.js @@ -19,7 +19,6 @@ class Controller extends Descriptor { const ticketsAmount = res.data.length; if (ticketsAmount) { const params = {ticketsAmount}; - console.log('ticketsAmount', res.data); const question = $t('This zone contains tickets', params, null, null, 'sanitizeParameters'); this.$.deleteZone.question = question; this.$.deleteZone.show();