From 5d4e26d7e5654d00348641d4c2a2aec293ef1394 Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Thu, 6 Jun 2019 21:08:04 -0500 Subject: [PATCH] Removed log --- src/App.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/App.js b/src/App.js index 1b15064..b05a4a5 100644 --- a/src/App.js +++ b/src/App.js @@ -354,7 +354,6 @@ class App extends IPCContainer { state[provider] = this.props.ProviderState[provider]; } - console.log(state); this.sendRequest(Constants.IPC_Save_State, { PState: state });