1
0
mirror of https://github.com/Mrs4s/MiraiGo.git synced 2025-05-04 11:07:40 +08:00
This commit is contained in:
wdvxdr 2021-01-26 16:50:18 +08:00
parent 2c63baa143
commit f009aa7ac4
No known key found for this signature in database
GPG Key ID: 55FF1414A69CEBA6

View File

@ -212,9 +212,6 @@ func decodeGroupSearchResponse(_ *QQClient, _ uint16, payload []byte) (interface
Name: g.GetName(),
})
}
for _, fp := range ret {
fmt.Println(fp.Name, ":", fp.Code)
}
return ret, nil
}
return nil, nil