Commit e85b6bdf authored by Kevin Di Lallo's avatar Kevin Di Lallo
Browse files

removed frontend dependency on settings api

parent 697cea53
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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();
  }