diff --git a/WordPress/Classes/ViewRelated/NUX/LoginEpilogueUserInfo.swift b/WordPress/Classes/ViewRelated/NUX/LoginEpilogueUserInfo.swift index bfd2fd3e7fb2..45d12b344364 100644 --- a/WordPress/Classes/ViewRelated/NUX/LoginEpilogueUserInfo.swift +++ b/WordPress/Classes/ViewRelated/NUX/LoginEpilogueUserInfo.swift @@ -46,8 +46,6 @@ extension LoginEpilogueUserInfo { fullName = profile.displayName } - /// Updates the Epilogue properties, given a SocialService instance. - /// mutating func update(with socialUser: SocialUser) { fullName = socialUser.fullName email = socialUser.email