summaryrefslogtreecommitdiff
path: root/www/js
diff options
context:
space:
mode:
Diffstat (limited to 'www/js')
-rw-r--r--www/js/app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/app.js b/www/js/app.js
index 5ee6b424..373e242e 100644
--- a/www/js/app.js
+++ b/www/js/app.js
@@ -87,7 +87,7 @@ angular.module('zmApp', [
link: function($scope, $element, $attrs) {
var onMouseWheel, scrollCtrl;
scrollCtrl = $element.controller('$ionicScroll');
- console.log(scrollCtrl);
+ //console.log(scrollCtrl);
if (!scrollCtrl) {
return console.error('mouseWheelScroll must be attached to a $ionicScroll controller.');
}