From c8002feb2ce7753861024010d2c4e86836c5ec14 Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Tue, 7 Jun 2016 11:39:01 -0300 Subject: [PATCH] rm logs --- src/js/services/fingerprintService.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/js/services/fingerprintService.js b/src/js/services/fingerprintService.js index f022b3423..6de7647e4 100644 --- a/src/js/services/fingerprintService.js +++ b/src/js/services/fingerprintService.js @@ -21,7 +21,6 @@ angular.module('copayApp.services').factory('fingerprintService', function($log, }; var requestFinger = function(cb) { - console.log('[fingerprintService.js.26:requestFinger:]'); //TODO try { FingerprintAuth.show({ clientId: 'Copay', @@ -82,7 +81,7 @@ angular.module('copayApp.services').factory('fingerprintService', function($log, root.check = function(client, cb) { if (isNeeded(client)) { - console.log('[fingerprintService.js.82:_isAvailable:]', _isAvailable); //TODO + $log.debug('FingerPrint Service:', _isAvailable); if (_isAvailable == 'IOS') return requestTouchId(cb); else