Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
sstraatemans committed Jan 10, 2025
1 parent 450d4f9 commit 5e82c39
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/apps/rwa-demo/src/services/getAgentRoles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ export const getAgentRoles = async (
signatureVerification: false,
});

console.log({ roles: result });

return result.status === 'success'
? (result.data as string[])
: ([] as string[]);
Expand Down

0 comments on commit 5e82c39

Please sign in to comment.