Skip to content

Commit

Permalink
feat(SPV-1420): rm clog
Browse files Browse the repository at this point in the history
  • Loading branch information
dzolt-4chain committed Feb 4, 2025
1 parent 742d617 commit bf171f5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/providers/contacts/provider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ export const ContactsProvider: FC<PropsWithChildren> = ({ children }) => {
sort: 'asc',
};
const contactsResponse = await searchContacts(paginationParams);
console.log(contactsResponse);
setContacts(contactsResponse.content);
} catch (e: unknown) {
setContacts(null);
Expand Down

0 comments on commit bf171f5

Please sign in to comment.