From b1c23dfca428ed780e727e7e3bbab27d6d868ace Mon Sep 17 00:00:00 2001 From: Bernat Exposito Domenech Date: Thu, 2 Jan 2020 15:07:25 +0100 Subject: [PATCH] delete console.log --- modules/client/front/balance/index/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/client/front/balance/index/index.js b/modules/client/front/balance/index/index.js index 712ef24c3e..e4d51cdf88 100644 --- a/modules/client/front/balance/index/index.js +++ b/modules/client/front/balance/index/index.js @@ -34,7 +34,6 @@ class Controller { } getData() { - console.log('1st log'); return this.$.model.applyFilter(null, { clientFk: this.$stateParams.id, companyFk: this.companyFk