diff --git a/apple/OmnivoreKit/Sources/Views/TextChip.swift b/apple/OmnivoreKit/Sources/Views/TextChip.swift index bfd56db27..2c0f7bc75 100644 --- a/apple/OmnivoreKit/Sources/Views/TextChip.swift +++ b/apple/OmnivoreKit/Sources/Views/TextChip.swift @@ -26,7 +26,6 @@ public struct TextChip: View { public init?(feedItemLabel: LinkedItemLabel, negated: Bool = false, checked: Bool = false, onTap: ((TextChip) -> Void)?) { guard let color = Color(hex: feedItemLabel.color ?? "") else { - print("RETURNING NUL!") return nil }