remove unneeded comment

This commit is contained in:
Pfeil, Scott Robert 2020-04-14 10:20:33 -04:00
parent cce4124bad
commit bf1ca8b285

View File

@ -53,7 +53,6 @@ open class MoleculeStackView: Stack<StackModel> {
}
}
///
open override func set(with model: MoleculeModelProtocol, _ delegateObject: MVMCoreUIDelegateObject?, _ additionalData: [AnyHashable: Any]?) {
previousModel = self.model
super.set(with: model, delegateObject, additionalData)