removed test

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
Matt Bruce 2024-02-29 14:08:33 -06:00
parent 98b30237b2
commit e7a1698602

View File

@ -31,7 +31,7 @@ extension LabelAttributeModel {
} }
public func isValidRange(on attributedString: NSMutableAttributedString) -> Bool { public func isValidRange(on attributedString: NSMutableAttributedString) -> Bool {
true//range.location + range.length <= attributedString.string.count range.location + range.length <= attributedString.string.count
} }
} }