Remove log

pull/21833/head
Luke Barnard 2017-05-09 10:16:37 +01:00
parent 488fa3745b
commit ac25fd6d87
1 changed files with 0 additions and 1 deletions

View File

@ -525,7 +525,6 @@ var TimelinePanel = React.createClass({
// RRs) - but that is a bit of a niche case. It will sort itself out when
// the user eventually hits the live timeline.
//
console.log(currentReadUpToEventId, currentReadUpToEventIndex, this._timelineWindow.canPaginate(EventTimeline.FORWARDS));
if (currentReadUpToEventId && currentReadUpToEventIndex === null &&
this._timelineWindow.canPaginate(EventTimeline.FORWARDS)) {
return;