From 4a1ceb89fc86a204980399f046d85c49aae72fe9 Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Thu, 5 Jun 2014 12:46:48 -0300 Subject: [PATCH] rm log --- js/controllers/import.js | 2 -- 1 file changed, 2 deletions(-) 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; }