refactor: remove comments

This commit is contained in:
Mauricio Siu
2024-06-08 16:43:01 -06:00
parent b9ab4a4d1a
commit 993d6b52f2

View File

@@ -35,17 +35,6 @@ export const api = createTRPCNext<AppRouter>({
httpBatchLink({ httpBatchLink({
url: `${getBaseUrl()}/api/trpc`, url: `${getBaseUrl()}/api/trpc`,
}), }),
// createWSClient({
// url: `ws://localhost:3000`,
// }),
// loggerLink({
// enabled: (opts) =>
// process.env.NODE_ENV === "development" ||
// (opts.direction === "down" && opts.result instanceof Error),
// }),
// httpBatchLink({
// url: `${getBaseUrl()}/api/trpc`,
// }),
], ],
}; };
}, },