Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
L03TJ3 committed Feb 8, 2024
1 parent 77e963f commit 92f60fb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/app/src/hooks/useFetchFullName.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ export function useFetchFullNames(addresses: string[]): any {
}, {});
}, [addresses]);

console.log('fetchFullNames -->');

const hashedAddresses = Object.keys(addressToHashMapping);

const { data, error } = useMongoDbQuery<UserProfilesResponse>(findProfiles, {
Expand Down

0 comments on commit 92f60fb

Please sign in to comment.