From 390a435ac4b5ce78b1aa32b4b048318c5ef0ba03 Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Thu, 18 Sep 2014 23:47:54 +0200 Subject: basic splitter -> kick-ass splitter --- web/src/js/components/proxyapp.jsx.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'web/src/js/components/proxyapp.jsx.js') diff --git a/web/src/js/components/proxyapp.jsx.js b/web/src/js/components/proxyapp.jsx.js index b45ec911..ff6e8da1 100644 --- a/web/src/js/components/proxyapp.jsx.js +++ b/web/src/js/components/proxyapp.jsx.js @@ -19,7 +19,6 @@ var ProxyAppMain = React.createClass({ SettingsStore.removeListener("change", this.onSettingsChange); }, onSettingsChange: function () { - console.log("onSettingsChange"); this.setState({settings: SettingsStore.getAll()}); }, render: function () { @@ -27,7 +26,7 @@ var ProxyAppMain = React.createClass({
- + {this.state.settings.showEventLog ? : null} {this.state.settings.showEventLog ? : null}
-- cgit v1.2.3