From 47b0d4338a86806eb05083dbe8d2529cd3a748cc Mon Sep 17 00:00:00 2001 From: Phumrapee Limpianchop Date: Wed, 22 May 2024 19:40:58 +0900 Subject: [PATCH] refactor: cleanup --- src/services/plugin.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/services/plugin.ts b/src/services/plugin.ts index 594f34d..0690c08 100644 --- a/src/services/plugin.ts +++ b/src/services/plugin.ts @@ -26,7 +26,6 @@ export const plugin = (userOptions?: Partial) => { // @ts-expect-error somehow qi is being sent from elysia, but there's no type declaration for it plugin.onBeforeHandle({ as: options.scoping }, async ({ set, request, query, path, store, cookie, error, body, params, headers, qi, ...rest }) => { - console.log('onBeforeHandle') let clientKey: string | undefined /**