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