remove debug

pull/21833/head
Matthew Hodgson 2016-09-10 01:39:19 +01:00
parent 904348e62a
commit 6f270fd621
1 changed files with 2 additions and 2 deletions

View File

@ -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 (
<TimelinePanel key={"filepanel_" + this.props.roomId}
className="mx_FilePanel"