Skip to content

Commit

Permalink
remove info log
Browse files Browse the repository at this point in the history
  • Loading branch information
sunjiayu committed Oct 22, 2024
1 parent 9074521 commit 8a6c09c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions service/wx_payment/wx_payment.go
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,6 @@ func (server WxPaymentServiceImpl) Jsapi(ctx context.Context, req *wx_payment.Js
grpclog.Errorf("whitelist query openid: %v fail err:%v", dbQueryData.OpenID, err)
return &resp, nil
}
for _, item := range dbQueryRes {
grpclog.Infof("WhitelistMySqlQuery db res:%v,%v,%v,%v,%v,%v,", *item.OpenID, *item.Name, *item.AddedTime, *item.ExpirationTime, *item.AddedBy, *item.Status)
}
if len(dbQueryRes) > 0 {
now_unix := time.Now().Unix()
is_free_user := true
Expand Down

0 comments on commit 8a6c09c

Please sign in to comment.