From 017661eee34b6272559490b8f9323c3f7f08bf8a Mon Sep 17 00:00:00 2001 From: Florian Duros Date: Wed, 15 Jul 2026 13:36:30 +0200 Subject: [PATCH] Remove spammy matrix chat log (#34275) --- apps/web/src/components/structures/MatrixChat.tsx | 5 ----- 1 file changed, 5 deletions(-) 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() &&