Skip to content

Commit 172b183

Browse files
authored
fix: remove console log (#106)
1 parent 48a5255 commit 172b183

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

apps/api/src/app/plugins/cors.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ export default fp(async (fastify, opts) => {
1212

1313
// do not include CORS headers for requests from localhost
1414
const origin = req.headers.origin;
15-
console.log('delegator', origin);
1615
if (origin && /^http:\/\/localhost/.test(origin)) {
1716
corsOptions.origin = true;
1817
}

0 commit comments

Comments
 (0)