From 503061828601ed2a0ffc031dfb41b16ddd6034cf Mon Sep 17 00:00:00 2001 From: Kristina Date: Tue, 8 Jul 2025 10:01:38 +0400 Subject: [PATCH] Update communication (#9487) Signed-off-by: Kristina Fefelova --- communication | 2 +- .../communication-resources/src/components/MessagesList.svelte | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/communication b/communication index 208b258eb6..41c511fffd 160000 --- a/communication +++ b/communication @@ -1 +1 @@ -Subproject commit 208b258eb610978588dd4e6d5b8e9be8fe31c007 +Subproject commit 41c511fffd14d4d758f63eb125ee8a351afdab27 diff --git a/plugins/communication-resources/src/components/MessagesList.svelte b/plugins/communication-resources/src/components/MessagesList.svelte index 8871814c07..0510391da7 100644 --- a/plugins/communication-resources/src/components/MessagesList.svelte +++ b/plugins/communication-resources/src/components/MessagesList.svelte @@ -408,8 +408,6 @@ } async function onUpdate (res: Message[]): Promise { - // need for dubug now, will be removed later - console.log('last', res[res.length - 1]) if (messagesCount === res.length) return const prevCount = messagesCount messagesCount = res.length