Skip to content

Commit 040c5cb

Browse files
committed
remove console log
1 parent 8b48409 commit 040c5cb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/connect/src/hooks/useListAccounts.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ export const useListAccounts = (): UseListAccountsResult => {
4949
} = useQuery({
5050
queryKey: ['waas', 'listAccounts'],
5151
queryFn: async () => {
52-
console.log('FETCHING ACCOUNTS')
5352
const waasConnection = connections.find(c => c.connector.id.includes('waas'))
5453
if (!waasConnection) {
5554
throw new Error('No WaaS connector found')

0 commit comments

Comments
 (0)