mirror of
https://github.com/ipfs/kubo.git
synced 2025-06-30 18:13:54 +08:00
remove errlogs
This commit is contained in:
@ -95,10 +95,6 @@ func addFile(n *core.IpfsNode, fpath string, depth int) error {
|
|||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
|
||||||
h, _ := root.Multihash()
|
|
||||||
u.POut("hash: %v\n", h)
|
|
||||||
u.POut("data: %v\n", root.Data)
|
|
||||||
|
|
||||||
// add the file to the graph + local storage
|
// add the file to the graph + local storage
|
||||||
k, err := n.AddDagNode(root)
|
k, err := n.AddDagNode(root)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
Reference in New Issue
Block a user