Remove unhelpful commented code

pull/21833/head
David Baker 2018-07-05 19:50:11 +01:00
parent 7e2b559ccd
commit 8c10dc1860
1 changed files with 0 additions and 6 deletions

View File

@ -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;
} }