Commit 56b9b57b authored by Juan Batiz-Benet's avatar Juan Batiz-Benet

remove errlogs

parent 4e1c413e
......@@ -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 {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment