From 91f8f337f59f814a323db2a7c60e5afd3a61d9fc Mon Sep 17 00:00:00 2001 From: Joan Sanchez Date: Mon, 11 Mar 2019 11:09:59 +0100 Subject: [PATCH] removed clog --- modules/ticket/front/index/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/ticket/front/index/index.js b/modules/ticket/front/index/index.js index 8c9d22fff..f9c14600d 100644 --- a/modules/ticket/front/index/index.js +++ b/modules/ticket/front/index/index.js @@ -34,7 +34,6 @@ export default class Controller { } onSearch(params) { - console.log(params); if (params) this.$.model.applyFilter(null, params); else