Skip to content

Commit 3cb0244

Browse files
committed
cleanup
1 parent 3a10172 commit 3cb0244

File tree

1 file changed

+0
-5
lines changed
  • apps/web/app/(org)/dashboard/settings/organization/components/CustomDomainDialog

1 file changed

+0
-5
lines changed

apps/web/app/(org)/dashboard/settings/organization/components/CustomDomainDialog/VerifyStep.tsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -98,11 +98,6 @@ const VerifyStep = ({
9898
const showCNAMERecord = hasRecommendedCNAME && !cnameConfigured;
9999
const showTXTRecord = hasTXTVerification && !isVerified;
100100

101-
console.log(recommendedAValues, "recommended A values");
102-
console.log(aRecordConfigured, "a record configured");
103-
console.log(showARecord, "show A record const");
104-
console.log(domainConfig, "domain config");
105-
106101
const handleCopy = async (text: string, fieldId: string) => {
107102
try {
108103
await navigator.clipboard.writeText(text);

0 commit comments

Comments
 (0)