Skip to content

Commit

Permalink
Remove extraneous console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
Zacqary committed Nov 25, 2019
1 parent 9b203b7 commit ccee4f2
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ export class ScrollableLogTextStreamView extends React.PureComponent<
} = this.props;
const { targetId, items } = this.state;
const hasItems = items.length > 0;
console.log('scrollable', isLoadingMore, hasMoreAfterEnd, hasMoreBeforeStart);
return (
<ScrollableLogTextStreamViewWrapper>
{isReloading ? (
Expand Down

0 comments on commit ccee4f2

Please sign in to comment.