Skip to content

Commit

Permalink
removed debugging info accidentally left in
Browse files Browse the repository at this point in the history
  • Loading branch information
loki-sinclair-hdruk committed Jan 24, 2023
1 parent 2cf63c2 commit 2201a4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/search/SearchPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -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} `;
Expand Down

0 comments on commit 2201a4a

Please sign in to comment.