From 9ec86636050c6d642ff5fa9bf3413d17ccba1a24 Mon Sep 17 00:00:00 2001 From: sdtsui Date: Thu, 10 Aug 2017 17:49:59 -0700 Subject: Cleanup stray logs and lint --- ui/app/app.js | 1 - 1 file changed, 1 deletion(-) (limited to 'ui/app/app.js') diff --git a/ui/app/app.js b/ui/app/app.js index 60d36772a..1f3d5b0f8 100644 --- a/ui/app/app.js +++ b/ui/app/app.js @@ -43,7 +43,6 @@ function mapStateToProps (state) { accounts, address, } = state.metamask - console.log("ADDRESS:", address) const selected = address || Object.keys(accounts)[0] return { -- cgit