Remove console log from onEventSentinelUpdated (#30976)
Remove console log for event sentinel updates.
This commit is contained in:
committed by
GitHub
parent
4a0e8d661f
commit
c219b39c2a
@@ -180,7 +180,6 @@ export default class EventListSummary extends React.Component<Props, State> {
|
||||
|
||||
private onEventSentinelUpdated = throttle(
|
||||
(): void => {
|
||||
console.log("@@ SENTINEL UPDATED");
|
||||
this.setState(this.generateState());
|
||||
},
|
||||
500,
|
||||
|
||||
Reference in New Issue
Block a user