Skip to content

Commit 8418c25

Browse files
committed
remove debug line
1 parent 7052938 commit 8418c25

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

private/protocol/xml/xmlutil/unmarshal.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,6 @@ func parse(r reflect.Value, node *XMLNode, tag reflect.StructTag) error {
7272
}
7373
}
7474

75-
fmt.Println("parsing", node.Name, tag.Get("type"), t, r.Type())
76-
7775
switch t {
7876
case "structure":
7977
if field, ok := rtype.FieldByName("_"); ok {

0 commit comments

Comments
 (0)