From 4a83c733e27baadffdf2393b5a98648741c29f00 Mon Sep 17 00:00:00 2001 From: Matt Bruce Date: Fri, 5 Aug 2022 11:41:16 -0500 Subject: [PATCH] removed set( Signed-off-by: Matt Bruce --- VDS/Components/Label/Label.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/VDS/Components/Label/Label.swift b/VDS/Components/Label/Label.swift index 98c1dfb2..3d2c89e3 100644 --- a/VDS/Components/Label/Label.swift +++ b/VDS/Components/Label/Label.swift @@ -64,7 +64,6 @@ open class LabelBase: UILabel, ModelHandlerable, Initable public required convenience init(with model: ModelType) { self.init() self.model = model - set(with: model) } public override init(frame: CGRect) {