From 960d9e0e7ca847191819cde67a49080c59530000 Mon Sep 17 00:00:00 2001 From: Kevin G Christiano Date: Wed, 9 Oct 2019 10:18:18 -0400 Subject: [PATCH] removed comment. --- MVMCoreUI/Atoms/Views/Checkbox.swift | 2 -- 1 file changed, 2 deletions(-) diff --git a/MVMCoreUI/Atoms/Views/Checkbox.swift b/MVMCoreUI/Atoms/Views/Checkbox.swift index 2ece7d4a..c43accb2 100644 --- a/MVMCoreUI/Atoms/Views/Checkbox.swift +++ b/MVMCoreUI/Atoms/Views/Checkbox.swift @@ -432,8 +432,6 @@ import MVMCore if let actionMap = dictionary.optionalDictionaryForKey("actionMap") { actionBlock = { MVMCoreActionHandler.shared()?.handleAction(with: actionMap, additionalData: additionalData, delegateObject: delegateObject) } } - -// layoutIfNeeded() } }