This commit is contained in:
Matias Alejo Garcia 2014-06-05 12:46:48 -03:00
parent da7c2c88db
commit 4a1ceb89fc
1 changed files with 0 additions and 2 deletions

View File

@ -9,8 +9,6 @@ angular.module('copayApp.controllers').controller('ImportController',
var w, errMsg; var w, errMsg;
try { try {
w = walletFactory.fromEncryptedObj(encryptedObj, passphrase); w = walletFactory.fromEncryptedObj(encryptedObj, passphrase);
console.log('[import.js.12]',w.toObj()); //TODO
} catch(e) { } catch(e) {
errMsg = e.message; errMsg = e.message;
} }