Skip to content

Commit a784f2d

Browse files
authored
Update test/e2e/models/CodeServer.ts
1 parent 070a328 commit a784f2d

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

test/e2e/models/CodeServer.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,6 @@ export class CodeServer {
5959
}
6060
const { address } = await this.process
6161

62-
// NOTE@jsjoeio - when enabled, we assume code-server is running
63-
// via a reverse proxy with something like Caddy
64-
// and being accessed at host/port i.e. localhost:8000/1337
65-
// if (process.env.USE_PROXY && process.env.USE_PROXY === "1") {
66-
// const uri = new URL(address)
67-
// return `http://${uri.hostname}:8000/${uri.port}/ide/`
68-
// }
69-
7062
return address
7163
}
7264

0 commit comments

Comments
 (0)