diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2018-01-07 10:48:04 -0500 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2018-01-07 10:48:04 -0500 |
| commit | 20cebebf4f3ec8390f616a19b0c90603110d49e6 (patch) | |
| tree | 24a98ea2422cd170a9d69b852ee2e1a083cbc3ee /www/js/StateCtrl.js | |
| parent | 3832eafc4f7ef2e5944971f09d2e865a5e2b30f4 (diff) | |
removed several console logs
Diffstat (limited to 'www/js/StateCtrl.js')
| -rw-r--r-- | www/js/StateCtrl.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/js/StateCtrl.js b/www/js/StateCtrl.js index 8a7a3c1d..c6fd1384 100644 --- a/www/js/StateCtrl.js +++ b/www/js/StateCtrl.js @@ -388,7 +388,7 @@ angular.module('zmApp.controllers').controller('zmApp.StateCtrl', ['$ionicPopup' $scope.$on('$ionicView.leave', function() { - console.log("**VIEW ** State Ctrl Left"); + // console.log("**VIEW ** State Ctrl Left"); // FIXME not the best way... // If the user exits a view before its complete, // make sure he can come back in and redo @@ -397,7 +397,7 @@ angular.module('zmApp.controllers').controller('zmApp.StateCtrl', ['$ionicPopup' $scope.doRefresh = function() { - console.log("***Pull to Refresh"); + //console.log("***Pull to Refresh"); NVRDataModel.debug("StateCtrl/refresh: calling getRun/Load/Disk/CurrentState"); getRunStatus(); $timeout(getLoadStatus, 2000); |
