From 8880e5696745798b3041a2945ebb99d90eb1751a Mon Sep 17 00:00:00 2001 From: levlam Date: Mon, 15 May 2023 15:55:56 +0300 Subject: [PATCH] Remove expected error logging. --- td/telegram/WebPageBlock.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/td/telegram/WebPageBlock.cpp b/td/telegram/WebPageBlock.cpp index 6c8bb8c2b..b19716bfb 100644 --- a/td/telegram/WebPageBlock.cpp +++ b/td/telegram/WebPageBlock.cpp @@ -2059,7 +2059,6 @@ unique_ptr get_web_page_block(Td *td, tl_object_ptrloop_; auto animations_it = animations.find(page_block->video_id_); if (animations_it != animations.end()) { - LOG_IF(ERROR, !is_looped) << "Receive non-looped animation"; return make_unique( animations_it->second, get_page_block_caption(std::move(page_block->caption_), documents), need_autoplay); }