diff options
Diffstat (limited to 'www/js/InvalidApiCtrl.js')
| -rw-r--r-- | www/js/InvalidApiCtrl.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/InvalidApiCtrl.js b/www/js/InvalidApiCtrl.js index 1c65b9fd..56a0b8b9 100644 --- a/www/js/InvalidApiCtrl.js +++ b/www/js/InvalidApiCtrl.js @@ -14,7 +14,7 @@ angular.module('zmApp.controllers').controller('zmApp.InvalidApiCtrl', ['$scope' //------------------------------------------------------------------------ $scope.$on('$ionicView.enter', function() { - console.log("**VIEW ** InvalidAPI Ctrl Entered"); + // console.log("**VIEW ** InvalidAPI Ctrl Entered"); $ionicSideMenuDelegate.canDragContent(true); }); |
