Skip to content

Commit

Permalink
Remove an outdated comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
samsymons committed Jan 30, 2024
1 parent a6616d0 commit 255b1df
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion DuckDuckGo/NetworkProtectionAccessController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ struct NetworkProtectionAccessController: NetworkProtectionAccess {
}

func networkProtectionAccessType() -> NetworkProtectionAccessType {
// Only show NetP to US or internal users:
guard isUserLocaleAllowed || internalUserDecider.isInternalUser else {
return .none
}
Expand Down

0 comments on commit 255b1df

Please sign in to comment.