diff --git a/src/modules/oauth2/oauth2.service.ts b/src/modules/oauth2/oauth2.service.ts index cee2c84..d7e89bc 100644 --- a/src/modules/oauth2/oauth2.service.ts +++ b/src/modules/oauth2/oauth2.service.ts @@ -69,9 +69,9 @@ export class OAuth2Service { public clientService: OAuth2ClientService, public tokenService: OAuth2TokenService, ) { - if (process.env.NODE_ENV === 'development') { - this.oauth.logger.setLogLevel('debug'); - } + // if (process.env.NODE_ENV === 'development') { + // this.oauth.logger.setLogLevel('debug'); + // } } public splitScope(scope: string | string[]): string[] {