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);
diff --git a/modules/ticket/front/summary/index.html b/modules/ticket/front/summary/index.html
index 519d1ea44..a627b35e6 100644
--- a/modules/ticket/front/summary/index.html
+++ b/modules/ticket/front/summary/index.html
@@ -5,7 +5,7 @@
-