Remove commented code

pull/3804/head
David Baker 2017-05-04 17:45:11 +01:00
parent 2bf0074953
commit da960e776d
1 changed files with 0 additions and 2 deletions

View File

@ -475,8 +475,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 }/>;