From b96d85387dde24fd44f156593909b4c1c80949b2 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Fri, 31 Jul 2026 21:19:23 +0300 Subject: [PATCH] rm subpar comment --- src/state/session/bridge-agent.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/state/session/bridge-agent.ts b/src/state/session/bridge-agent.ts index 5fd9117f8b..53f99cd7b3 100644 --- a/src/state/session/bridge-agent.ts +++ b/src/state/session/bridge-agent.ts @@ -44,9 +44,6 @@ function toAtpSessionData(d: SessionData): AtpSessionData { /** * Parse a URL without throwing. - * - * `URL.canParse` exists on Expo 54's Hermes, but a try/catch needs no feature - * detection and behaves identically, so we avoid the branch entirely. */ function parseUrl(input: string): URL | undefined { try {