From 3b38f53d06d41d3fc9246786d8ee25c422406462 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Mon, 20 May 2019 11:52:24 -0400 Subject: more logs demotion --- www/js/LoginCtrl.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'www/js/LoginCtrl.js') 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'), -- cgit v1.2.3