Skip to content

Commit

Permalink
Removing console log
Browse files Browse the repository at this point in the history
  • Loading branch information
willvedd committed Nov 17, 2023
1 parent 17015dc commit e2869e0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/context/directory/handlers/clientGrants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@ async function dump(context: DirectoryContext): Promise<void> {
include_totals: true,
});

console.log({ allClients })

// Convert client_id to the client name for readability
clientGrants.forEach((grant: ClientGrant) => {
const dumpGrant = { ...grant };
Expand Down

0 comments on commit e2869e0

Please sign in to comment.