Loading js-apps/meep-frontend/src/js/containers/meep-container.js +0 −1 Original line number Diff line number Diff line Loading @@ -89,7 +89,6 @@ class MeepContainer extends Component { super(props); this.state = {}; this.refreshIntervalTimer = null; this.meepSettingsApi = new meepCtrlRestApiClient.MEEPSettingsApi(); this.meepCfgApi = new meepCtrlRestApiClient.ScenarioConfigurationApi(); this.meepExecApi = new meepCtrlRestApiClient.ScenarioExecutionApi(); } Loading Loading
js-apps/meep-frontend/src/js/containers/meep-container.js +0 −1 Original line number Diff line number Diff line Loading @@ -89,7 +89,6 @@ class MeepContainer extends Component { super(props); this.state = {}; this.refreshIntervalTimer = null; this.meepSettingsApi = new meepCtrlRestApiClient.MEEPSettingsApi(); this.meepCfgApi = new meepCtrlRestApiClient.ScenarioConfigurationApi(); this.meepExecApi = new meepCtrlRestApiClient.ScenarioExecutionApi(); } Loading