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