remove debug
parent
904348e62a
commit
6f270fd621
|
@ -94,8 +94,8 @@ var FilePanel = React.createClass({
|
||||||
var Loader = sdk.getComponent("elements.Spinner");
|
var Loader = sdk.getComponent("elements.Spinner");
|
||||||
|
|
||||||
if (this.state.timelineSet) {
|
if (this.state.timelineSet) {
|
||||||
console.log("rendering TimelinePanel for timelineSet " + this.state.timelineSet.roomId + " " +
|
// console.log("rendering TimelinePanel for timelineSet " + this.state.timelineSet.room.roomId + " " +
|
||||||
"(" + this.state.timelineSet._timelines.join(", ") + ")" + " with key " + this.props.roomId);
|
// "(" + this.state.timelineSet._timelines.join(", ") + ")" + " with key " + this.props.roomId);
|
||||||
return (
|
return (
|
||||||
<TimelinePanel key={"filepanel_" + this.props.roomId}
|
<TimelinePanel key={"filepanel_" + this.props.roomId}
|
||||||
className="mx_FilePanel"
|
className="mx_FilePanel"
|
||||||
|
|
Loading…
Reference in New Issue