From c43178360203b4571d9e00880b5bf2806908c179 Mon Sep 17 00:00:00 2001
From: Dan Finlay <dan@danfinlay.com>
Date: Thu, 1 Dec 2016 10:21:56 -0800
Subject: Remove redundant logging block

---
 app/scripts/keyring-controller.js | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/app/scripts/keyring-controller.js b/app/scripts/keyring-controller.js
index 9cfc3af97..40c9695dd 100644
--- a/app/scripts/keyring-controller.js
+++ b/app/scripts/keyring-controller.js
@@ -228,9 +228,6 @@ module.exports = class KeyringController extends EventEmitter {
       this.keyrings = keyrings
       return this.fullUpdate()
     })
-    .catch((reason) => {
-      return reason
-    })
   }
 
   // Add New Keyring
-- 
cgit v1.2.3