Remove spammy matrix chat log (#34275)
This commit is contained in:
@@ -643,11 +643,6 @@ export default class MatrixChat extends React.PureComponent<IProps, IState> {
|
||||
return;
|
||||
}
|
||||
|
||||
// Exclude some rather spammy actions from being logged.
|
||||
if (payload.action != Action.UserActivity) {
|
||||
logger.debug(`MatrixChat: handling action ${payload.action}`);
|
||||
}
|
||||
|
||||
// Start the onboarding process for certain actions
|
||||
if (
|
||||
MatrixClientPeg.get()?.isGuest() &&
|
||||
|
||||
Reference in New Issue
Block a user