@cryptotaxi247 / kubo / commits / 9c8d994c7

remove debug print statement

License: MIT Signed-off-by: Hector Sanjuan <hector@protocol.ai>

Hector Sanjuan committed Jun 15, 2018 at 10:37 UTC 9c8d994c7647d9d37191d5f5cdb018dabe6b6ab0
1 file changed -1
core/commands/repo.go
-1
@@ -197,7 +197,6 @@ Version string The repo version.
197 cmds.Text: cmds.MakeEncoder(func(req *cmds.Request, w io.Writer, v interface{}) error {
198 stat, ok := v.(*corerepo.Stat)
199 if !ok {
200 - fmt.Println("adios")
200 return e.TypeErr(stat, v)
201 }
202