remove console log

This commit is contained in:
Javier 2015-12-04 13:20:04 -03:00
parent e8b889be51
commit 71fc11bf9d
1 changed files with 0 additions and 1 deletions

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