remove console log

This commit is contained in:
Gabriel Bazán 2017-06-05 09:32:52 -03:00
parent 80bc9a839f
commit 350830d7b9
1 changed files with 0 additions and 1 deletions

View File

@ -18,7 +18,6 @@ angular.module('copayApp.controllers').controller('preferencesController',
$scope.encryptChange = function() {
if (!wallet) return;
console.log($scope.encryptEnabled.value);
var val = $scope.encryptEnabled.value;
if (val && !walletService.isEncrypted(wallet)) {