提交 8be37ea5 作者: Jakub Sztandera

Rremove unneeded print

License: MIT
Signed-off-by: 's avatarJakub Sztandera <kubuxu@protonmail.ch>
上级 b2a082fb
...@@ -3,7 +3,6 @@ package commands ...@@ -3,7 +3,6 @@ package commands
import ( import (
"bytes" "bytes"
"errors" "errors"
"fmt"
"io" "io"
"strings" "strings"
...@@ -169,7 +168,6 @@ var refsMarshallerMap = cmds.MarshalerMap{ ...@@ -169,7 +168,6 @@ var refsMarshallerMap = cmds.MarshalerMap{
marshal := func(v interface{}) (io.Reader, error) { marshal := func(v interface{}) (io.Reader, error) {
obj, ok := v.(*RefWrapper) obj, ok := v.(*RefWrapper)
if !ok { if !ok {
fmt.Println("%#v", v)
return nil, u.ErrCast() return nil, u.ErrCast()
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论