From 2e6cf6a53c3c81e2aba862b76b3086ec7b374847 Mon Sep 17 00:00:00 2001 From: "Denise D." Date: Thu, 30 Jul 2026 17:14:51 +0200 Subject: [PATCH] minor changes --- file.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/file.js b/file.js index fa1be9c..fcfb243 100644 --- a/file.js +++ b/file.js @@ -104,7 +104,7 @@ async function attachPdfToAccount(sfdc, tempFiles, isDryRun = false) { if (matchAccount) { // if we find something console.log('--- Match found! ---'); if (isDryRun) { - console.log('DRY RUN: non creato documento'); + console.log('DRY RUN: document not created'); } else { const nowIsoString = new Date().toISOString(); // current timestamp in UTC @@ -131,8 +131,6 @@ async function attachPdfToAccount(sfdc, tempFiles, isDryRun = false) { else { console.log('Account non trovato su Salesforce!'); } - console.log(`Name: ${ matchAccount.Name }`); - console.log(`Name: ${ matchAccount.Id }`); } finally { if (parser) {