remove console log
This commit is contained in:
parent
e8b889be51
commit
71fc11bf9d
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue