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);