Remove debug

This commit is contained in:
Jackson Harper 2022-11-15 08:36:30 +08:00
parent 6eab360da3
commit a35e14b322

View file

@ -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
}