Skip to content

Commit 7bf363c

Browse files
committed
Remove unnecessary comment
1 parent 0838ffd commit 7bf363c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cli/src/transport.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ export type TransportOptions = {
1515

1616
function createSSETransport(options: TransportOptions): Transport {
1717
const baseUrl = new URL(options.url ?? "");
18-
// Create new URL while preserving the port from baseUrl
1918
const sseUrl = new URL("/sse", baseUrl);
2019
if (baseUrl.port) {
2120
sseUrl.port = baseUrl.port;

0 commit comments

Comments
 (0)