From 939b98566e4cbc9808db5c53a5fe9ceed2a791a5 Mon Sep 17 00:00:00 2001 From: Diogo Date: Tue, 14 Jan 2025 10:15:24 +0000 Subject: [PATCH] remove log --- apps/ios/Shared/Views/Chat/ChatView.swift | 2 -- 1 file changed, 2 deletions(-) diff --git a/apps/ios/Shared/Views/Chat/ChatView.swift b/apps/ios/Shared/Views/Chat/ChatView.swift index 8bed91ea25..782da71f84 100644 --- a/apps/ios/Shared/Views/Chat/ChatView.swift +++ b/apps/ios/Shared/Views/Chat/ChatView.swift @@ -439,8 +439,6 @@ struct ChatView: View { : voiceNoFrame ? (g.size.width - 32) : (g.size.width - 32) * 0.84 - print("[mergedItems] \(ci.content.msgContent?.text ?? "")") - return ChatItemWithMenu( chat: $chat, chatItem: ci,