Skip to content

Commit e5e324e

Browse files
committed
Remove redundant comment
1 parent 11c718f commit e5e324e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

WooCommerce/Classes/Authentication/Navigation Exceptions/WrongAccountErrorViewModel.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ final class WrongAccountErrorViewModel: ULAccountMismatchViewModel {
112112
siteInfoSubscription = $isSelfHostedSite
113113
.dropFirst() // ignores first element
114114
.sink { [weak self] isSelfHosted in
115-
// if the button is hidden, the site is not self-hosted.
116115
self?.analytics.track(event: .LoginJetpackConnection.jetpackConnectionErrorShown(selfHostedSite: isSelfHosted))
117116
}
118117

0 commit comments

Comments
 (0)