mirror of
https://github.com/vector-im/element-web.git
synced 2025-12-26 03:31:56 +01:00
Remove console log from onEventSentinelUpdated (#30976)
Remove console log for event sentinel updates.
This commit is contained in:
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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user