mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-30 12:55:02 +00:00
removing comments
This commit is contained in:
parent
978aed6397
commit
c3c536df16
1 changed files with 1 additions and 4 deletions
|
|
@ -288,8 +288,7 @@ async function uploadCsvToS3({
|
|||
console.error(error);
|
||||
throw new Error("Upload failed.");
|
||||
}
|
||||
|
||||
console.log("S3 got the stuff");
|
||||
console.log("File uploaded successfully");
|
||||
return { success: true };
|
||||
}
|
||||
|
||||
|
|
@ -427,8 +426,6 @@ function useCreateRemoteAssessment({
|
|||
},
|
||||
];
|
||||
|
||||
console.log("HELLO WORLD", convertToCSV(assetList));
|
||||
|
||||
csvFile = new Blob([convertToCSV(assetList)], {
|
||||
type: "text/csv",
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue