1
0
mirror of https://github.com/Unleash/unleash.git synced 2026-01-05 20:06:22 +01:00

chore: remove console.log

This commit is contained in:
David Leek 2025-12-02 13:47:20 +01:00
parent 78c6c67a2b
commit bd846fe54b
No known key found for this signature in database
GPG Key ID: 515EE0F1BB6D0BE1

View File

@ -421,7 +421,6 @@ export class ApiTokenController extends Controller {
const userPermissions =
await this.accessService.getPermissionsForUser(user);
console.log(JSON.stringify(userPermissions));
const accessibleTokens = allTokens.filter((token) =>
userPermissions.some(