Skip to content

Commit

Permalink
删除调试信息
Browse files Browse the repository at this point in the history
  • Loading branch information
lilang committed May 20, 2022
1 parent 7427269 commit a60f7dd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ci_media.go
Original file line number Diff line number Diff line change
Expand Up @@ -1906,8 +1906,6 @@ func (m *CreateMediaWorkflowOptions) UnmarshalXML(d *xml.Decoder, start xml.Star
prefix := "<Nodes>"
postfix := "</Nodes>"
str := prefix + string(temp) + postfix
fmt.Println(str)
fmt.Println(123)
myMxjMap, _ := mxj.NewMapXml([]byte(str))
myMap, _ = myMxjMap["Nodes"].(map[string]interface{})
nodesMap := make(map[string]Node)
Expand Down

0 comments on commit a60f7dd

Please sign in to comment.