WIP: performance in chrome

This commit is contained in:
Matias Alejo Garcia 2015-08-31 18:10:46 -03:00
commit ab78588a9f
6 changed files with 19 additions and 8 deletions

View file

@ -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;