remove console log

This commit is contained in:
Javier 2015-12-04 13:20:04 -03:00
commit 71fc11bf9d

View file

@ -131,7 +131,6 @@ angular.module('copayApp.controllers').controller('indexController', function($r
self.openWallet();
} else {
storageService.getBackupFlag(self.walletId, function(err, val) {
console.log(fc.credentials);
if (!fc.credentials.mnemonic)
self.needsBackup = false;
else