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 /**