From 9b939aa8b443a2633926ba83e6bf3400f6023210 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20M=C3=A9tais?= Date: Wed, 18 Mar 2015 08:06:56 +0100 Subject: [PATCH] Remove console.log --- front/src/js/controllers/timelineCtrl.js | 1 - 1 file changed, 1 deletion(-) diff --git a/front/src/js/controllers/timelineCtrl.js b/front/src/js/controllers/timelineCtrl.js index 9105831..8f0e83d 100644 --- a/front/src/js/controllers/timelineCtrl.js +++ b/front/src/js/controllers/timelineCtrl.js @@ -166,7 +166,6 @@ timelineCtrl.directive('scrollOnClick', ['$animate', '$timeout', function($anima window.scrollTo(0, lineElement[0].offsetTop); - console.log(lineElement[0]); }); } };