mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
Remove unneccessary log statement
This commit is contained in:
parent
a28e3b381a
commit
cf16c2f991
@ -325,7 +325,6 @@ export class StackClientInterface {
|
||||
adminTokenObj = await adminTokenStore.getOrWait();
|
||||
}
|
||||
}
|
||||
console.log({ tokenObj, adminTokenObj });
|
||||
|
||||
// all requests should be dynamic to prevent Next.js caching
|
||||
cookies?.();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user