Skip to content

Commit

Permalink
consolelog
Browse files Browse the repository at this point in the history
  • Loading branch information
guillim committed Dec 2, 2024
1 parent 2e599b6 commit 5ed1cae
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ export class GoogleAPIsOauthRequestCodeGuard extends AuthGuard('google-apis') {
!this.environmentService.get('MESSAGING_PROVIDER_GMAIL_ENABLED') &&
!this.environmentService.get('CALENDAR_PROVIDER_GOOGLE_ENABLED')
) {
console.log('canActivate: Google apis auth is not enabled');
throw new EnvironmentException(
'Google apis auth is not enabled',
EnvironmentExceptionCode.ENVIRONMENT_VARIABLES_NOT_FOUND,
Expand Down

0 comments on commit 5ed1cae

Please sign in to comment.