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)