mirror of
https://github.com/vector-im/element-web.git
synced 2025-09-21 13:41:44 +02:00
Remove commented code
This commit is contained in:
parent
e3342e36c0
commit
a5ea19b900
@ -528,8 +528,6 @@ var RoomSubList = React.createClass({
|
|||||||
|
|
||||||
var label = this.props.collapsed ? null : this.props.label;
|
var label = this.props.collapsed ? null : this.props.label;
|
||||||
|
|
||||||
//console.log("render: " + JSON.stringify(this.state.sortedList));
|
|
||||||
|
|
||||||
let content;
|
let content;
|
||||||
if (this.state.sortedList.length == 0) {
|
if (this.state.sortedList.length == 0) {
|
||||||
//content = <RoomDropTarget label={ 'Drop here to ' + this.props.verb }/>;
|
//content = <RoomDropTarget label={ 'Drop here to ' + this.props.verb }/>;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user