jimmyyem 1 місяць тому
батько
коміт
a18eb8d985

+ 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