Skip to content

Commit a60f7dd

Browse files
author
lilang
committed
删除调试信息
1 parent 7427269 commit a60f7dd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ci_media.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1906,8 +1906,6 @@ func (m *CreateMediaWorkflowOptions) UnmarshalXML(d *xml.Decoder, start xml.Star
19061906
prefix := "<Nodes>"
19071907
postfix := "</Nodes>"
19081908
str := prefix + string(temp) + postfix
1909-
fmt.Println(str)
1910-
fmt.Println(123)
19111909
myMxjMap, _ := mxj.NewMapXml([]byte(str))
19121910
myMap, _ = myMxjMap["Nodes"].(map[string]interface{})
19131911
nodesMap := make(map[string]Node)

0 commit comments

Comments
 (0)