Skip to content

Commit

Permalink
refactor: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
lidel committed Mar 12, 2019
1 parent 91990ad commit 3e89ac8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion add-on/src/lib/ipfs-path.js
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ function createIpfsPathValidator (getState, getIpfs, dnslinkResolver) {
return await resolve()
} catch (err) {
const fqdn = ipnsRoot.replace(/^.*\/ipns\/([^/]+).*/, '$1')
console.log('fqdn:' + ipnsRoot, fqdn)
if (err.message === 'Non-base58 character' && isFQDN(fqdn)) {
// js-ipfs without dnslink support, fallback to the value read from DNSLink
const dnslink = dnslinkResolver.readAndCacheDnslink(fqdn)
Expand Down

0 comments on commit 3e89ac8

Please sign in to comment.