Parcourir la source

fix:去除调试代码

jimmyyem il y a 1 mois
Parent
commit
a18eb8d985
1 fichiers modifiés avec 1 ajouts et 2 suppressions
  1. 1 2
      internal/logic/contact/get_contact_simple_list_logic.go

+ 1 - 2
internal/logic/contact/get_contact_simple_list_logic.go

@@ -58,8 +58,7 @@ func (l *GetContactSimpleListLogic) GetContactSimpleList(req *types.ContactListR
 	if err != nil {
 		return nil, dberrorhandler.DefaultEntError(l.Logger, err, req)
 	}
-	l.Logger.Infof("contact-simple-list: %v\n", data.List)
-	
+
 	resp := &types.ContactSimpleListResp{}
 	resp.Msg = errormsg.Success
 	resp.Data.Total = data.PageDetails.Total