Skip to content

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
MatissJanis committed Sep 16, 2023
1 parent 0beda62 commit 76604ef
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ export default function AccountDetails({

const { syncAndDownload } = useActions();
const onRefresh = async () => {
console.log('refresh');
await syncAndDownload(account.id);
};

Expand Down

0 comments on commit 76604ef

Please sign in to comment.