From e6ee15fc8d05abf7926478b1f1224a083d28a772 Mon Sep 17 00:00:00 2001 From: Gerard Date: Thu, 24 Jan 2019 08:25:48 +0100 Subject: [PATCH] console log removed --- 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 f22b8ad83..8145aa7db 100644 --- a/modules/ticket/front/index/index.js +++ b/modules/ticket/front/index/index.js @@ -12,7 +12,6 @@ export default class Controller { ]; if (!$stateParams.q) { - console.log($stateParams); let today = new Date(); let offset = today.getTimezoneOffset() * 60000; today.setHours(0, 0, 0, 0);