From 663bff6cb23b1d5c27f9aeac10d4b3240a1eec5c Mon Sep 17 00:00:00 2001 From: Nathan Mattes Date: Sun, 30 Jun 2024 19:53:15 +0200 Subject: [PATCH] Cleanup (IOS-284) --- .../Sources/MastodonUI/View/Content/StatusCardControl.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/MastodonSDK/Sources/MastodonUI/View/Content/StatusCardControl.swift b/MastodonSDK/Sources/MastodonUI/View/Content/StatusCardControl.swift index da64d9b2c..a68c79176 100644 --- a/MastodonSDK/Sources/MastodonUI/View/Content/StatusCardControl.swift +++ b/MastodonSDK/Sources/MastodonUI/View/Content/StatusCardControl.swift @@ -236,7 +236,6 @@ public final class StatusCardControl: UIControl { } if let author = card.authors?.first, let account = author.account { - // , , author.url?.isEmpty == false authorAccountButton.configure(with: account) authorAccountButton.isHidden = false authorLabel.isHidden = true