Remove unhelpful commented code
This commit is contained in:
parent
7e2b559ccd
commit
8c10dc1860
1 changed files with 0 additions and 6 deletions
|
@ -60,12 +60,6 @@ class WidgetEchoStore extends EventEmitter {
|
||||||
delete roomEchoState[widgetId];
|
delete roomEchoState[widgetId];
|
||||||
}
|
}
|
||||||
|
|
||||||
// any remining in roomEchoState are extra that need to be added
|
|
||||||
// We don't do this for the reasons above
|
|
||||||
/*for (const widgetId of Object.keys(roomEchoState)) {
|
|
||||||
echoedWidgets.push(roomEchoState[widgetId]);
|
|
||||||
}*/
|
|
||||||
|
|
||||||
return echoedWidgets;
|
return echoedWidgets;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue