Browse Source

fix:去除调试代码

jimmyyem 1 month ago
parent
commit
a18eb8d985
1 changed files with 1 additions and 2 deletions
  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