From a35e14b32245fb099b1b291b1a0861bf5fe16356 Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Tue, 15 Nov 2022 08:36:30 +0800 Subject: [PATCH] Remove debug --- apple/OmnivoreKit/Sources/Views/TextChip.swift | 1 - 1 file changed, 1 deletion(-) 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 }