Remove slightly misleading commented code

This commit is contained in:
David Baker 2017-05-04 17:46:44 +01:00 committed by Luke Barnard
parent a5ea19b900
commit 9b1ffe6fda

View file

@ -530,7 +530,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();