mirror of
https://github.com/ipfs/kubo.git
synced 2026-03-12 11:48:07 +08:00
fix(commands2/cat) rm extraneous print in output
This commit is contained in:
parent
eb1a5618a0
commit
1dd0ade3ab
@ -1,7 +1,6 @@
|
||||
package commands
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"io"
|
||||
|
||||
cmds "github.com/jbenet/go-ipfs/commands"
|
||||
@ -12,7 +11,6 @@ var cat = &cmds.Command{
|
||||
Help: "TODO",
|
||||
Run: func(req cmds.Request, res cmds.Response) {
|
||||
node := req.Context().Node
|
||||
fmt.Println(node.Resolver)
|
||||
readers := make([]io.Reader, 0, len(req.Arguments()))
|
||||
|
||||
for _, path := range req.Arguments() {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user