rm subpar comment

This commit is contained in:
Samuel Newman
2026-07-31 21:19:23 +03:00
parent 1e6106e865
commit b96d85387d
-3
View File
@@ -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 {