summaryrefslogtreecommitdiff
path: root/www/js/PortalLoginCtrl.js
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2018-01-07 10:48:04 -0500
committerPliable Pixels <pliablepixels@gmail.com>2018-01-07 10:48:04 -0500
commit20cebebf4f3ec8390f616a19b0c90603110d49e6 (patch)
tree24a98ea2422cd170a9d69b852ee2e1a083cbc3ee /www/js/PortalLoginCtrl.js
parent3832eafc4f7ef2e5944971f09d2e865a5e2b30f4 (diff)
removed several console logs
Diffstat (limited to 'www/js/PortalLoginCtrl.js')
-rw-r--r--www/js/PortalLoginCtrl.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/PortalLoginCtrl.js b/www/js/PortalLoginCtrl.js
index 96e0690f..e1cf5343 100644
--- a/www/js/PortalLoginCtrl.js
+++ b/www/js/PortalLoginCtrl.js
@@ -47,7 +47,7 @@ angular.module('zmApp.controllers').controller('zmApp.PortalLoginCtrl', ['$ionic
else if ($ionicPlatform.is('android') && loginData.usePin) {
FingerprintAuth.isAvailable(function (result) {
- console.log("FingerprintAuth available: " + JSON.stringify(result));
+ NVRDataModel.debug("FingerprintAuth available: " + JSON.stringify(result));
if (result.isAvailable == true && result.hasEnrolledFingerprints == true) {
var encryptConfig = {
clientId: "zmNinja",