Remove commented code

pull/4023/head
David Baker 2017-05-04 17:45:11 +01:00 committed by Luke Barnard
parent e3342e36c0
commit a5ea19b900
1 changed files with 0 additions and 2 deletions

View File

@ -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 }/>;