removed unneeded func

This commit is contained in:
Kevin G Christiano 2020-05-18 15:32:56 -04:00
parent f8025eb67a
commit d4fd6d8415

View File

@ -217,10 +217,6 @@ class TextViewEntryField: EntryField, UITextViewDelegate, ObservingTextFieldDele
showError = !isValid
}
override func shouldShowError(_ showError: Bool) {
super.shouldShowError(showError)
}
//--------------------------------------------------
// MARK: - MoleculeViewProtocol
//--------------------------------------------------