remove extra nonsense line of code

This commit is contained in:
Satindar Dhillon 2022-08-03 21:51:07 -07:00 committed by Jackson Harper
parent f8f94e2e70
commit fa8e80965a

View file

@ -76,7 +76,6 @@ struct WebReaderContainerView: View {
guard let htmlContent = item.htmlContent else { return } guard let htmlContent = item.htmlContent else { return }
let synthesizer = AVSpeechSynthesizer() let synthesizer = AVSpeechSynthesizer()
synthesizer.speak(AVSpeechUtterance(string: htmlContent)) synthesizer.speak(AVSpeechUtterance(string: htmlContent))
AVSpeechUtterance(ss,)
}, },
label: { label: {
Image(systemName: "play") Image(systemName: "play")