Skip to content

Commit 5ee4872

Browse files
committed
wip
1 parent ef7c61e commit 5ee4872

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

packages/clerk-js/src/core/resources/Session.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -392,13 +392,6 @@ export class Session extends BaseResource implements SessionResource {
392392
const shouldDispatchTokenUpdate = !template && organizationId === this.lastActiveOrganizationId;
393393

394394
if (cachedEntry) {
395-
debugLogger.debug(
396-
'Using cached token (no fetch needed)',
397-
{
398-
tokenId,
399-
},
400-
'session',
401-
);
402395
const cachedToken = await cachedEntry.tokenResolver;
403396
if (shouldDispatchTokenUpdate) {
404397
eventBus.emit(events.TokenUpdate, { token: cachedToken });

0 commit comments

Comments
 (0)