diff --git a/index.js b/index.js index 300687197920a33afdca610ea62a497c1f4ac1b5..916792d65f129281f6ca6bf08b7eb579a77a7614 100644 --- a/index.js +++ b/index.js @@ -223834,10 +223834,6 @@ function rechercherPoint( 'info', `Query rechercherPoint - postal code : ${postalCode} / insee code: ${inseeCode}` ) - log( - 'warn', - `Query rechercherPoint - address : ${address} / escalierEtEtageEtAppartement: ${escalierEtEtageEtAppartement}` - ) if (escalierEtEtageEtAppartement) { return `<?xml version='1.0' encoding='utf-8'?> <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" @@ -228485,18 +228481,6 @@ async function findUserPdl( return parseUserPdl(parsedReply) } catch (error) { log('warn', 'Error while parsing user PDL: ' + error) - log( - 'warn', - JSON.stringify({ - appLogin, - name, - postalCode, - inseeCode, - address, - escalierEtEtageEtAppartement, - }) - ) - log('warn', JSON.stringify(parsedReply)) if (parsedReply.Envelope.Body.Fault) { log( 'warn', diff --git a/onDeleteAccount.js b/onDeleteAccount.js index 6f0e38d61e79b26ccf22a54fbc8e2ee4a496d217..9bb2d78ce07a5b17bd51bb3bd774258bc97750c8 100644 --- a/onDeleteAccount.js +++ b/onDeleteAccount.js @@ -223156,10 +223156,6 @@ function rechercherPoint( 'info', `Query rechercherPoint - postal code : ${postalCode} / insee code: ${inseeCode}` ) - log( - 'warn', - `Query rechercherPoint - address : ${address} / escalierEtEtageEtAppartement: ${escalierEtEtageEtAppartement}` - ) if (escalierEtEtageEtAppartement) { return `<?xml version='1.0' encoding='utf-8'?> <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"