mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-25 20:37:53 +08:00
remove error log i forgot to remove from another PR
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
This commit is contained in:
parent
637e221ca2
commit
308ab9a2ea
@ -342,7 +342,6 @@ func (params *adder) RootNode() (*dag.Node, error) {
|
||||
if !params.wrap && len(r.Links) == 1 {
|
||||
var err error
|
||||
r, err = r.Links[0].GetNode(params.ctx, params.editor.GetDagService())
|
||||
log.Error("ERR: ", err)
|
||||
// no need to output, as we've already done so.
|
||||
return r, err
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user