Selaa lähdekoodia

Merge remote-tracking branch 'origin/feature/v1.1.11' into feature/v1.1.11

wangkaiyue 2 vuotta sitten
vanhempi
commit
f5c643b56c
1 muutettua tiedostoa jossa 0 lisäystä ja 2 poistoa
  1. 0 2
      jyBXSubscribe/rpc/model/distributor.go

+ 0 - 2
jyBXSubscribe/rpc/model/distributor.go

@@ -3,7 +3,6 @@ package model
 import (
 	"app.yhyue.com/moapp/jybase/common"
 	IC "jyBXSubscribe/rpc/init"
-	"log"
 	"strings"
 )
 
@@ -122,7 +121,6 @@ func Distributor(region []string, entId, entUserId int) []*User {
 }
 
 func regionCheck(o_area map[string]interface{}, regions []string) bool {
-	log.Println("333333333", o_area)
 	if o_area == nil || len(o_area) == 0 {
 		return true
 	} else {