diff --git a/apps/web/src/components/structures/MatrixChat.tsx b/apps/web/src/components/structures/MatrixChat.tsx index a424b40a61..cab8f3c9e7 100644 --- a/apps/web/src/components/structures/MatrixChat.tsx +++ b/apps/web/src/components/structures/MatrixChat.tsx @@ -643,11 +643,6 @@ export default class MatrixChat extends React.PureComponent { 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() &&