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