From 6f270fd621468d8d67f62b8ff038d7c6a9420593 Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Sat, 10 Sep 2016 01:39:19 +0100 Subject: [PATCH] remove debug --- src/components/structures/FilePanel.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 (