diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2019-05-20 11:52:24 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2019-05-20 11:52:24 -0400 |
| commit | 3b38f53d06d41d3fc9246786d8ee25c422406462 (patch) | |
| tree | adfd763b3c511deb69e760c28564db6ee54295a3 /www/js/LoginCtrl.js | |
| parent | 5aee4039af90cc6b5c372076daa1d5ada9596075 (diff) | |
more logs demotion
Diffstat (limited to 'www/js/LoginCtrl.js')
| -rw-r--r-- | www/js/LoginCtrl.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/js/LoginCtrl.js b/www/js/LoginCtrl.js index 08e7d75c..9e369f02 100644 --- a/www/js/LoginCtrl.js +++ b/www/js/LoginCtrl.js @@ -653,7 +653,7 @@ function mobilePinConfig () { $rootScope.authSession = ''; - console.log ("***** CLEARING AUTHSESSION IN SAVEITEMS"); + //console.log ("***** CLEARING AUTHSESSION IN SAVEITEMS"); if ($rootScope.platformOS != 'desktop') { @@ -669,7 +669,7 @@ function mobilePinConfig () { cordova.plugin.http.setSSLCertMode('nocheck', function () { NVR.debug('--> SSL is permissive, will allow any certs. Use at your own risk.'); }, function () { - console.log('-->Error setting SSL permissive'); + NVR.log('-->Error setting SSL permissive'); }); if ($rootScope.platformOS == 'android') { @@ -790,7 +790,7 @@ function mobilePinConfig () { .then(function (data) { var refresh = NVR.getMonitors(1); $rootScope.apiVersion = data; - console.log ("ALERT="+showalert); + // console.log ("ALERT="+showalert); if (showalert) { $rootScope.zmPopup = SecuredPopups.show('alert', { title: $translate.instant('kLoginValidatedTitle'), |
