diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2019-05-20 10:43:06 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2019-05-20 10:43:06 -0400 |
| commit | 5aee4039af90cc6b5c372076daa1d5ada9596075 (patch) | |
| tree | 181be75ee0f0df67940cb1d78276476b18bf1f3b /www/js/MomentCtrl.js | |
| parent | 1e4c404d3a0657840acdf143e27fdc6ede6f81b5 (diff) | |
demote logs
Diffstat (limited to 'www/js/MomentCtrl.js')
| -rw-r--r-- | www/js/MomentCtrl.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/js/MomentCtrl.js b/www/js/MomentCtrl.js index b9caddff..79454c33 100644 --- a/www/js/MomentCtrl.js +++ b/www/js/MomentCtrl.js @@ -324,7 +324,7 @@ angular.module('zmApp.controllers').controller('zmApp.MomentCtrl', ['$scope', '$ var ld = NVR.getLogin(); ld.montageReviewCollapse = $scope.expand; - console.log(">>>>>>>>> SAVING EXPAND AS:" + $scope.expand); + // console.log(">>>>>>>>> SAVING EXPAND AS:" + $scope.expand); NVR.setLogin(ld); }; @@ -848,7 +848,7 @@ angular.module('zmApp.controllers').controller('zmApp.MomentCtrl', ['$scope', '$ $scope.expand = ld.montageReviewCollapse; - console.log(">>>>>>>>> RESTORING EXPAND AS:" + $scope.expand); + //console.log(">>>>>>>>> RESTORING EXPAND AS:" + $scope.expand); $scope.loadingStatus = $translate.instant('kLoading'); |
