diff --git a/monkey/monkey_island/cc/ui/src/components/pages/ConfigurePage.js b/monkey/monkey_island/cc/ui/src/components/pages/ConfigurePage.js index 8b801d79d..48936ef66 100644 --- a/monkey/monkey_island/cc/ui/src/components/pages/ConfigurePage.js +++ b/monkey/monkey_island/cc/ui/src/components/pages/ConfigurePage.js @@ -192,6 +192,7 @@ class ConfigurePageComponent extends AuthComponent { renderConfigExportModal = () => { return ( { this.setState({showConfigExportModal: false}); }}/>); @@ -271,7 +272,7 @@ class ConfigurePageComponent extends AuthComponent { sendConfig() { let config = JSON.parse(JSON.stringify(this.state.configuration)) config = reformatConfig(config, true); - console.log(config); + delete config['advanced']; return ( this.authFetch(CONFIG_URL,