Remove slightly misleading commented code

pull/3804/head
David Baker 2017-05-04 17:46:44 +01:00
parent da960e776d
commit 23a141c5ad
1 changed files with 0 additions and 1 deletions

View File

@ -477,7 +477,6 @@ var RoomSubList = React.createClass({
let content;
if (this.state.sortedList.length == 0) {
//content = <RoomDropTarget label={ 'Drop here to ' + this.props.verb }/>;
content = this.props.emptyContent;
} else {
content = this.makeRoomTiles();