Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
DarksightKellar committed Dec 19, 2024
1 parent e72e445 commit f4a8fa8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,6 @@ export function AzoriusTokenDetails(props: ICreationStepProps) {
let tokenErrorMsg = '';

if (touched.erc20Token?.tokenImportAddress) {
console.log(errors?.erc20Token?.tokenImportAddress);

tokenErrorMsg =
errors?.erc20Token?.tokenImportAddress ||
(!isImportedVotesToken ? t('errorNotVotingToken') : '');
Expand Down
1 change: 0 additions & 1 deletion src/hooks/DAO/loaders/useHatsTree.ts
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,6 @@ const useHatsTree = () => {
publicClient,
});

console.log('setting loadKey.current', key);
daoHatTreeloadKey.current = key;
} else if (!!safeAddress && safeAddress !== previousSafeAddress) {
// If the safe address changes, reset the load key
Expand Down

0 comments on commit f4a8fa8

Please sign in to comment.