mirror of https://github.com/vector-im/riot-web
Remove commented code
parent
e3342e36c0
commit
a5ea19b900
|
@ -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 = <RoomDropTarget label={ 'Drop here to ' + this.props.verb }/>;
|
||||
|
|
Loading…
Reference in New Issue