Skip to content

Commit

Permalink
clean file
Browse files Browse the repository at this point in the history
  • Loading branch information
hacdias committed May 10, 2022
1 parent b56abd3 commit 28bfbcc
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions src/bundles/explore.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,8 @@ import resolveIpldPath from '../lib/resolve-ipld-path'
import parseIpldPath from '../lib/parse-ipld-path'
import { CID } from 'multiformats/cid'
import Cid from 'cids'

import { convert } from 'blockcodec-to-ipld-format'

import { encode, decode } from '@ipld/dag-json'

// Find all the nodes and path boundaries traversed along a given path
const makeBundle = () => {
// Lazy load ipld because it is a large dependency
Expand Down Expand Up @@ -44,16 +41,6 @@ const makeBundle = () => {
pathBoundaries
} = await resolveIpldPath(ipld, cid, rest)

console.log(
{
targetNode,
canonicalPath,
localPath,
nodes,
pathBoundaries
}
)

return {
path,
targetNode,
Expand Down

0 comments on commit 28bfbcc

Please sign in to comment.