Commit f923652d authored by Juan Batiz-Benet's avatar Juan Batiz-Benet

remove extra printf

parent bc0769e3
......@@ -94,7 +94,6 @@ func addDir(n *core.IpfsNode, fpath string, depth int) (*dag.Node, error) {
}
}
fmt.Printf("Adding dir: %s = %s\n", fpath)
return tree, addNode(n, tree, fpath)
}
......
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