From d62ca648520c7da6d3c3df42dbe26cd69375e4ef Mon Sep 17 00:00:00 2001 From: Morgan Pretty Date: Tue, 30 Jan 2024 18:59:54 +1100 Subject: [PATCH] Remove debug code --- Session/Conversations/ConversationVC+Interaction.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Session/Conversations/ConversationVC+Interaction.swift b/Session/Conversations/ConversationVC+Interaction.swift index 58c50414c..55f7ca937 100644 --- a/Session/Conversations/ConversationVC+Interaction.swift +++ b/Session/Conversations/ConversationVC+Interaction.swift @@ -2365,7 +2365,7 @@ extension ConversationVC: // Prepare audio recorder and start recording let successfullyPrepared: Bool = audioRecorder.prepareToRecord() - let startedRecording: Bool = false//(successfullyPrepared && audioRecorder.record()) + let startedRecording: Bool = (successfullyPrepared && audioRecorder.record()) guard successfullyPrepared && startedRecording else {