Remove console log from onEventSentinelUpdated (#30976)

Remove console log for event sentinel updates.
This commit is contained in:
Michael Telatynski 2025-10-08 15:21:44 +01:00 committed by GitHub
parent 4a0e8d661f
commit c219b39c2a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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,