From 871dae2d4ce74e4eec8207bd34f2f4878bc34a0e Mon Sep 17 00:00:00 2001 From: DR497 <47689875+dr497@users.noreply.github.com> Date: Fri, 22 Dec 2023 16:25:39 +0800 Subject: [PATCH] fix: remove console.log --- src/screens/DomainView.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/screens/DomainView.tsx b/src/screens/DomainView.tsx index 365cc2d..1939a62 100644 --- a/src/screens/DomainView.tsx +++ b/src/screens/DomainView.tsx @@ -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();