delete log print
This commit is contained in:
parent
356a82989c
commit
fa5e5fdca3
|
@ -43,7 +43,6 @@ func (te *TaskEx) Execute(glocal map[string]interface{}) imitater.ITask {
|
|||
P := gjson.Parse(resp.Content())
|
||||
gADDate := P.Get(`data.#[content ~ @label_style\":3@ ]#.content`)
|
||||
if gADDate.Exists() {
|
||||
log.Println("match true")
|
||||
for _, result := range gADDate.Array() {
|
||||
adDataList = append(adDataList, result.String())
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user