From edb21185387622cc9cd292d07624c52adb3e926b Mon Sep 17 00:00:00 2001 From: "Christiano, Kevin" Date: Tue, 16 Apr 2019 09:14:39 -0400 Subject: [PATCH] comment out for now. --- MVMCoreUI/Atoms/Views/Label.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MVMCoreUI/Atoms/Views/Label.swift b/MVMCoreUI/Atoms/Views/Label.swift index a6a9181d..d5e1efef 100644 --- a/MVMCoreUI/Atoms/Views/Label.swift +++ b/MVMCoreUI/Atoms/Views/Label.swift @@ -310,7 +310,7 @@ import MVMCore @objc public func setWithJSON(_ json: [AnyHashable: Any]?, delegate: NSObject?, additionalData: [AnyHashable: Any]?) { Label.setUILabel(self, withJSON: json, delegate: delegate, additionalData: additionalData) - guard let dictionary = json else { return } +// guard let dictionary = json else { return } /* if let numberOfLinesCount = dictionary["numberOfLines"] as? Int {