Skip to content

Commit

Permalink
fix: remove annoying console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
simodrws committed Aug 4, 2023
1 parent a9064d1 commit b26adc8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/refactor/masa-client/use-masa-sdk.ts
Expand Up @@ -76,8 +76,6 @@ export const useMasaSDK = (
signer
);
contractOverrides.SoulNameContract.hasAddress = true;

console.log('END OF OVERRIDES', { contractOverrides });
}
if (verbose) {
signer
Expand Down

0 comments on commit b26adc8

Please sign in to comment.