diff --git a/src/components/IPFSSubpathRedirect.tsx b/src/components/IPFSSubpathRedirect.tsx index 3a0d2f9cf66..fd7c0167301 100644 --- a/src/components/IPFSSubpathRedirect.tsx +++ b/src/components/IPFSSubpathRedirect.tsx @@ -5,10 +5,7 @@ export const IpfsSubpathRedirect = () => { useEffect(() => { const hashFromBase = extractIpfsHashFromBasePath() - if (!hashFromBase) { - console.info('Base ref does not contain an IPFS hash') - return - } + if (!hashFromBase) return const redirectUrl = generateIpfsSubdomainUrl(hashFromBase) if (!redirectUrl) return