diff --git a/src/components/structures/GroupView.js b/src/components/structures/GroupView.js index 0a790471ac..f33e7321cd 100644 --- a/src/components/structures/GroupView.js +++ b/src/components/structures/GroupView.js @@ -161,11 +161,6 @@ export default React.createClass({ list.push(r); } }); - /*[defaultCategoryRooms, ...Object.values(categoryRooms)].forEach((roomList) => { - roomList.sort((r1, r2) => { - return r1.order - r2.order; - }); - });*/ let defaultCategoryNode = null; if (defaultCategoryRooms.length > 0) {