remove unused code

This commit is contained in:
Ashwin Bhat
2024-10-11 08:52:22 -07:00
parent b9ed2bec74
commit 17456ad54a

View File

@@ -44,8 +44,6 @@ const createTransport = async (query: express.Request["query"]) => {
app.get("/sse", async (req, res) => {
console.log("New SSE connection");
const transportType = req.query.transportType as string;
console.log(`Transport type: ${transportType}`);
const backingServerTransport = await createTransport(req.query);