diff options
Diffstat (limited to 'www/js/EventCtrl.js')
| -rw-r--r-- | www/js/EventCtrl.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/EventCtrl.js b/www/js/EventCtrl.js index c68f2947..6ef6c265 100644 --- a/www/js/EventCtrl.js +++ b/www/js/EventCtrl.js @@ -560,7 +560,7 @@ angular.module('zmApp.controllers') callback: function (value, released) { //console.log("CALLBACK"+value+released); $ionicScrollDelegate.freezeScroll(!released); - ZMDataModel.zmDebug("EventCtrl: freezeScroll called with " + !released); + //ZMDataModel.zmDebug("EventCtrl: freezeScroll called with " + !released); }, |
