diff --git a/projects/lib/src/oauth-service.ts b/projects/lib/src/oauth-service.ts index 523996aa..e1c7e0a1 100644 --- a/projects/lib/src/oauth-service.ts +++ b/projects/lib/src/oauth-service.ts @@ -395,7 +395,6 @@ export class OAuthService extends AuthConfig implements OnDestroy { protected setupRefreshTimer(): void { if (typeof window === 'undefined') { - this.debug('timer not supported on this plattform'); return; }