@@ -1193,7 +1193,6 @@ func (t *OwnerService) CandidateChannel() ([]*ResultData, int, int, int, int) {
value.IsMonitor = true
}
returnData[k] = value
- fmt.Println(value.BuyerId, t.Type, value.SourceType)
if t.Type != "" && t.Type != value.SourceType {
continue