Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
TateB committed Mar 28, 2024
1 parent 2e6f649 commit f9e093d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/pages/import/[name]/DnsClaim.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ const getShouldRedirect = ({
item: DnsImportReducerDataItem
step: DnsStep
}) => {
console.log({ isLoading, registrationStatus, item, step })
if (isLoading) return false
if (!registrationStatus) return false
if (registrationStatus === 'notImported') return false
Expand Down

0 comments on commit f9e093d

Please sign in to comment.