Skip to content

Commit 58dc9f2

Browse files
committed
wip
1 parent c95a658 commit 58dc9f2

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

packages/clerk-js/src/core/auth/AuthCookieService.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -178,11 +178,7 @@ export class AuthCookieService {
178178
}
179179

180180
if (!token && !isValidBrowserOnline()) {
181-
debugLogger.warn(
182-
'Removing session cookie while offline',
183-
{ sessionId: this.clerk.session?.id },
184-
'authCookieService',
185-
);
181+
debugLogger.warn('Removing session cookie (offline)', { sessionId: this.clerk.session?.id }, 'authCookieService');
186182
}
187183

188184
this.setActiveContextInStorage();

0 commit comments

Comments
 (0)