mirror of
https://git.rwth-aachen.de/acs/public/villas/web/
synced 2025-03-09 00:00:01 +01:00
remove obsolete event handler
This commit is contained in:
parent
c3469f50c5
commit
cd37fbc9aa
1 changed files with 0 additions and 13 deletions
|
@ -106,7 +106,6 @@ class SimulationDataStore extends ReduceStore {
|
|||
return state;
|
||||
|
||||
case 'simulatorData/inputChanged':
|
||||
// find simulator in node array
|
||||
if (state[action.simulator] == null || state[action.simulator].input == null) {
|
||||
return state;
|
||||
}
|
||||
|
@ -120,18 +119,6 @@ class SimulationDataStore extends ReduceStore {
|
|||
|
||||
return state;
|
||||
|
||||
case 'simulatorData/closed':
|
||||
// close and delete socket
|
||||
if (state[action.node] != null) {
|
||||
// delete data
|
||||
//delete state[action.identifier];
|
||||
//state[action.identifier] = null;
|
||||
|
||||
//this.__emitChange();
|
||||
}
|
||||
|
||||
return state;
|
||||
|
||||
default:
|
||||
return state;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue