diff --git a/js/angular/controller/scrollController.js b/js/angular/controller/scrollController.js index 0aa7ad8cd2..83adc291eb 100644 --- a/js/angular/controller/scrollController.js +++ b/js/angular/controller/scrollController.js @@ -207,11 +207,9 @@ function($scope, scrollViewOptions, $timeout, $window, $$scrollValueCache, $loca },function(){ // showCallback refresher.classList.remove('invisible'); - console.log('showing') },function(){ // hideCallback refresher.classList.add('invisible'); - console.log('hiding'); }); }; }]);