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 }
let synthesizer = AVSpeechSynthesizer()
synthesizer.speak(AVSpeechUtterance(string: htmlContent))
AVSpeechUtterance(ss,)
},
label: {
Image(systemName: "play")