diff --git a/src/components/views/rooms/RoomList.js b/src/components/views/rooms/RoomList.js index 7a502f0461..9a06fb4efa 100644 --- a/src/components/views/rooms/RoomList.js +++ b/src/components/views/rooms/RoomList.js @@ -75,8 +75,7 @@ module.exports = React.createClass({ this.mounted = true; }, - componentDidUpdate: function(prevp, nextp) { - console.log(prevp, nextp); + componentDidUpdate: function() { // Reinitialise the stickyHeaders when the component is updated this._updateStickyHeaders(true); this._repositionIncomingCallBox(undefined, false);