File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -260,15 +260,8 @@ export const mapIndividualBOPrivateData = (boPrivateData: BeneficialOwnerPrivate
260260
261261export const mapCorporateOrGovernmentBOPrivateData = ( boPrivateData : BeneficialOwnerPrivateData [ ] , beneficialOwner : BeneficialOwnerOther | BeneficialOwnerGov ) => {
262262 for ( const boData of boPrivateData ) {
263- logger . info ( `HASHHH_ID=${ boData . hashedId } , CH_REERENCEEE=${ beneficialOwner . ch_reference } ` ) ;
264263 if ( boData . hashedId === beneficialOwner . ch_reference ) {
265- logger . info ( `DATA PASSED INTO mapBOMOAddress ---- boData.principalAddress=${ boData . principalAddress } ` ) ;
266264 beneficialOwner . principal_address = mapBOMOAddress ( boData . principalAddress ) ;
267- logger . info ( `principal_address property_name_number=${ beneficialOwner . principal_address ?. property_name_number } ` ) ;
268- logger . info ( `principal_address addressline1=${ beneficialOwner . principal_address ?. line_1 } ` ) ;
269- logger . info ( `principal_address addressline2=${ beneficialOwner . principal_address ?. line_2 } ` ) ;
270- logger . info ( `principal_address country=${ beneficialOwner . principal_address ?. country } ` ) ;
271- logger . info ( `END OF mapCorporateOrGovernmentBOPrivateData` ) ;
272265 }
273266 }
274267} ;
You can’t perform that action at this time.
0 commit comments