Skip to content

Commit

Permalink
fix: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
dr497 committed Dec 22, 2023
1 parent 69fb5f3 commit 871dae2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/screens/DomainView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ export const DomainView = ({ domain }: { domain: string }) => {
const subdomains = useSubdomains(domain);
const picRecord = usePicRecord(domain);
const { publicKey } = useWallet();
console.log(picRecord, socialRecords, addressRecords);

const isOwner = domainInfo.result?.owner === publicKey?.toBase58();

Expand Down

0 comments on commit 871dae2

Please sign in to comment.