From 9c17c9aca668176d29ffc52c703dc3758123f58d Mon Sep 17 00:00:00 2001 From: kumavis Date: Mon, 8 Feb 2016 17:12:53 -0800 Subject: clean - silence logging --- app/scripts/lib/idmgmt.js | 1 - 1 file changed, 1 deletion(-) (limited to 'app/scripts/lib') diff --git a/app/scripts/lib/idmgmt.js b/app/scripts/lib/idmgmt.js index 35c07721a..27d4e570f 100644 --- a/app/scripts/lib/idmgmt.js +++ b/app/scripts/lib/idmgmt.js @@ -105,7 +105,6 @@ function submitPassword(password, cb){ // get the current selected address function getAccounts(cb){ var result = selectedAddress ? [selectedAddress] : [] - console.log('getAccounts:', result) cb(null, result) } -- cgit