diff --git a/apple/OmnivoreKit/Sources/Views/TextChip.swift b/apple/OmnivoreKit/Sources/Views/TextChip.swift index 2c0f7bc75..04e3ebd56 100644 --- a/apple/OmnivoreKit/Sources/Views/TextChip.swift +++ b/apple/OmnivoreKit/Sources/Views/TextChip.swift @@ -29,7 +29,6 @@ public struct TextChip: View { return nil } - print("TEXT CHIP", feedItemLabel.name, checked) self.text = feedItemLabel.name ?? "" self.color = color self.negated = negated