clean(comments): removed debugg comments

This commit is contained in:
Matthieu Haineault 2025-12-12 13:35:05 -05:00
parent 11afa42b58
commit 572e0ade37

View File

@ -54,7 +54,6 @@ const onClickedDownload = async () => {
link.click();
document.body.removeChild(link);
window.URL.revokeObjectURL(url);
console.log('CSV preview:', data);
} catch (error) {
console.error(`An error occured during the CSV download: `, error)
}