From 9fd1b4ef739be0954a2bad1ca038ed4a0b259e0b Mon Sep 17 00:00:00 2001 From: Thomas Ricouard Date: Sun, 12 Feb 2023 16:29:27 +0100 Subject: [PATCH] Cleanup --- .../Account/Sources/Account/AccountDetailHeaderView.swift | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Packages/Account/Sources/Account/AccountDetailHeaderView.swift b/Packages/Account/Sources/Account/AccountDetailHeaderView.swift index 04ccefa2..7f150362 100644 --- a/Packages/Account/Sources/Account/AccountDetailHeaderView.swift +++ b/Packages/Account/Sources/Account/AccountDetailHeaderView.swift @@ -130,12 +130,6 @@ struct AccountDetailHeaderView: View { VStack(alignment: .leading, spacing: 0) { EmojiTextApp(.init(stringValue: account.safeDisplayName), emojis: account.emojis) .font(.scaledHeadline) - .onDisappear { - print("DISPEAR") - } - .onAppear { - print("APPEAR") - } Text("@\(account.acct)") .font(.scaledCallout) .foregroundColor(.gray)