diff --git a/src/components/structures/FilePanel.js b/src/components/structures/FilePanel.js index f19d0cdc2b..6c4a63c24b 100644 --- a/src/components/structures/FilePanel.js +++ b/src/components/structures/FilePanel.js @@ -94,8 +94,8 @@ var FilePanel = React.createClass({ var Loader = sdk.getComponent("elements.Spinner"); if (this.state.timelineSet) { - console.log("rendering TimelinePanel for timelineSet " + this.state.timelineSet.roomId + " " + - "(" + this.state.timelineSet._timelines.join(", ") + ")" + " with key " + this.props.roomId); + // console.log("rendering TimelinePanel for timelineSet " + this.state.timelineSet.room.roomId + " " + + // "(" + this.state.timelineSet._timelines.join(", ") + ")" + " with key " + this.props.roomId); return (