Commit 1dd0ade3 authored by Brian Tiger Chow's avatar Brian Tiger Chow Committed by Juan Batiz-Benet

fix(commands2/cat) rm extraneous print in output

parent eb1a5618
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() {
......
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