From fa8e80965a0a7ff90def4e0d83b7a2dcc2df7dff Mon Sep 17 00:00:00 2001 From: Satindar Dhillon Date: Wed, 3 Aug 2022 21:51:07 -0700 Subject: [PATCH] remove extra nonsense line of code --- .../Sources/App/Views/WebReader/WebReaderContainer.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/apple/OmnivoreKit/Sources/App/Views/WebReader/WebReaderContainer.swift b/apple/OmnivoreKit/Sources/App/Views/WebReader/WebReaderContainer.swift index 103c18056..2feafe672 100644 --- a/apple/OmnivoreKit/Sources/App/Views/WebReader/WebReaderContainer.swift +++ b/apple/OmnivoreKit/Sources/App/Views/WebReader/WebReaderContainer.swift @@ -76,7 +76,6 @@ struct WebReaderContainerView: View { guard let htmlContent = item.htmlContent else { return } let synthesizer = AVSpeechSynthesizer() synthesizer.speak(AVSpeechUtterance(string: htmlContent)) - AVSpeechUtterance(ss,) }, label: { Image(systemName: "play")