clean(comments): removed debugg comments
This commit is contained in:
parent
11afa42b58
commit
572e0ade37
|
|
@ -54,7 +54,6 @@ const onClickedDownload = async () => {
|
||||||
link.click();
|
link.click();
|
||||||
document.body.removeChild(link);
|
document.body.removeChild(link);
|
||||||
window.URL.revokeObjectURL(url);
|
window.URL.revokeObjectURL(url);
|
||||||
console.log('CSV preview:', data);
|
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.error(`An error occured during the CSV download: `, error)
|
console.error(`An error occured during the CSV download: `, error)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user