1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-06-30 01:52:26 +08:00

remove errlogs

This commit is contained in:
Juan Batiz-Benet
2014-07-05 17:35:34 -07:00
parent 4e1c413e82
commit 56b9b57b75

View File

@ -95,10 +95,6 @@ func addFile(n *core.IpfsNode, fpath string, depth int) error {
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
k, err := n.AddDagNode(root)
if err != nil {