diff --git a/src/Graphql/graphql.module.ts b/src/Graphql/graphql.module.ts index a6eafa4..4b1e3a5 100644 --- a/src/Graphql/graphql.module.ts +++ b/src/Graphql/graphql.module.ts @@ -119,8 +119,6 @@ import { GraphqlService } from './graphql.service' } // @ts-expect-error: Request is not typed ctx.extra.request.headers['x-session-id'] = ctx.connectionParams['x-session-id'] - // @ts-expect-error: Request is not typed - Logger.log(ctx.extra.request.headers['x-session-id'], 'Session ID') }, }, },