WIP: performance in chrome
This commit is contained in:
parent
bd4513d1e6
commit
ab78588a9f
6 changed files with 19 additions and 8 deletions
|
|
@ -68,7 +68,6 @@ angular.module('copayApp.controllers').controller('importController',
|
|||
profileService.importWalletMnemonic(words, {
|
||||
passphrase: passphrase,
|
||||
}, function(err, ret) {
|
||||
console.log('[import.js.70:err:]',err, ret); //TODO
|
||||
self.loading = false;
|
||||
if (err) {
|
||||
self.error = err;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue