From 3cb2ce316709a61cc87c4b5991080b50de219f26 Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Tue, 15 Nov 2022 08:36:57 +0800 Subject: [PATCH] Remove more 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 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