From 2201a4a3b714ee85dcecd04df7e46bdfb166e0c2 Mon Sep 17 00:00:00 2001 From: Loki Date: Tue, 24 Jan 2023 15:53:01 +0000 Subject: [PATCH] removed debugging info accidentally left in --- src/pages/search/SearchPage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/search/SearchPage.js b/src/pages/search/SearchPage.js index 2ec96042c..7300d1e7e 100644 --- a/src/pages/search/SearchPage.js +++ b/src/pages/search/SearchPage.js @@ -1541,7 +1541,7 @@ class SearchPage extends Component { formatDataUseRegisterForDownload(dataUses) { let formattedDataUses = []; - console.log(dataUses); + dataUses.forEach(dataUse => { const gatewayApplicants = dataUse.gatewayApplicantsDetails.map(applicant => { return `${applicant.firstname} ${applicant.lastname} `;