Browse Source

feat:删除日志

wangshan 2 years ago
parent
commit
e099ed79b3
1 changed files with 0 additions and 1 deletions
  1. 0 1
      entity/ent.go

+ 0 - 1
entity/ent.go

@@ -869,7 +869,6 @@ func GetResources(appId, baseUserId string, entId, entUserId int64) []string {
 		Appid:     appId,
 	}
 	powerList, err := ResourceLib.Haspowers(context.Background(), req)
-	log.Println("powerList:", powerList)
 	if err == nil && len(powerList.Powers) > 0 {
 		return powerList.Powers
 	}