Remove unneccessary log statement

This commit is contained in:
Stan Wohlwend 2024-05-25 12:09:57 +02:00
parent a28e3b381a
commit cf16c2f991

View File

@ -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?.();