From da960e776dde215aaf20885fbc7faf22ae905f7a Mon Sep 17 00:00:00 2001
From: David Baker <dave@matrix.org>
Date: Thu, 4 May 2017 17:45:11 +0100
Subject: [PATCH] Remove commented code

---
 src/components/structures/RoomSubList.js | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/components/structures/RoomSubList.js b/src/components/structures/RoomSubList.js
index 4d2a3927..bac87bc4 100644
--- a/src/components/structures/RoomSubList.js
+++ b/src/components/structures/RoomSubList.js
@@ -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 }/>;