diff --git a/packages/shared/common/src/api/context/LDUser.ts b/packages/shared/common/src/api/context/LDUser.ts index d1fb2598e9..33e0652a92 100644 --- a/packages/shared/common/src/api/context/LDUser.ts +++ b/packages/shared/common/src/api/context/LDUser.ts @@ -41,10 +41,6 @@ export interface LDUser { /** * The user's IP address. - * - * If you provide an IP, LaunchDarkly will use a geolocation service to - * automatically infer a `country` for the user, unless you've already - * specified one. */ ip?: string;