diff --git a/src/components/structures/RoomSubList.js b/src/components/structures/RoomSubList.js index 2adf63430b..b1c07d2888 100644 --- a/src/components/structures/RoomSubList.js +++ b/src/components/structures/RoomSubList.js @@ -528,8 +528,6 @@ var RoomSubList = React.createClass({ var label = this.props.collapsed ? null : this.props.label; - //console.log("render: " + JSON.stringify(this.state.sortedList)); - let content; if (this.state.sortedList.length == 0) { //content = ;