From f855d89af23d7e2279554919de97ad18fa82ce0a Mon Sep 17 00:00:00 2001 From: Ryan Zhao Date: Mon, 8 May 2023 16:13:51 +1000 Subject: [PATCH] clean --- Session/Conversations/ConversationVC.swift | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Session/Conversations/ConversationVC.swift b/Session/Conversations/ConversationVC.swift index da46957df..10c6922b6 100644 --- a/Session/Conversations/ConversationVC.swift +++ b/Session/Conversations/ConversationVC.swift @@ -1285,12 +1285,6 @@ final class ConversationVC: BaseVC, ConversationSearchControllerDelegate, UITabl func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell { let section: ConversationViewModel.SectionModel = viewModel.interactionData[indexPath.section] - Storage.shared.read { db in - let interaction = try? Interaction.fetchOne(db, id: 8) - print(interaction) - print(try? interaction?.linkPreview.fetchOne(db)) - } - switch section.model { case .messages: let cellViewModel: MessageViewModel = section.elements[indexPath.row]