console log tidying

This commit is contained in:
2024-06-05 19:51:43 +01:00
parent 2a6cd32452
commit 300a45ee0f
19 changed files with 35 additions and 35 deletions
+1 -1
View File
@@ -163,7 +163,7 @@ export const getSearchDetailsPaged = (searchResultsObj) => {
);
}
});
// console.log(detailsArr);
//console.log(detailsArr);
return Promise.all(detailsArr);
};