Skip to content

Commit 6139280

Browse files
committed
fix: logs
1 parent 6c73a8e commit 6139280

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

examples/memberships/src/lib/middleware/implicit-auth-middleware.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ import { COOKIE_PREFIX_KEY } from "../cookie-constants";
1414
export const epccEndpoint = process.env.NEXT_PUBLIC_EPCC_ENDPOINT_URL;
1515
const clientId = process.env.NEXT_PUBLIC_EPCC_CLIENT_ID;
1616

17-
console.log("epccEndpoint: ", epccEndpoint);
18-
console.log("clientId: ", clientId);
19-
2017
export const implicitAuthMiddleware: Middleware = async (
2118
req,
2219
_event,

0 commit comments

Comments
 (0)