Browse Source

Remove console.log

Gaël Métais 10 years ago
parent
commit
9b939aa8b4
1 changed files with 0 additions and 1 deletions
  1. 0 1
      front/src/js/controllers/timelineCtrl.js

+ 0 - 1
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]);
             });
         }
     };