Skip to content

Commit cfe0788

Browse files
committed
remove unused feature function
1 parent 8bba64a commit cfe0788

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

apps/webapp/app/features.server.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,3 @@ export function featuresForRequest(request: Request): TriggerFeatures {
2929

3030
return featuresForHost(url.host);
3131
}
32-
33-
export function featuresForUrl(urlString: string): TriggerFeatures {
34-
const url = new URL(urlString);
35-
36-
return featuresForHost(url.host);
37-
}

0 commit comments

Comments
 (0)