chore: cleanup logs

This commit is contained in:
cv
2021-10-24 20:51:39 +02:00
parent 5c659758b1
commit 541117b31b
3 changed files with 0 additions and 12 deletions
-1
View File
@@ -17,7 +17,6 @@ export const downloadEvents = async () => {
responseType: 'blob', // important
}).then((response) => {
let headerLine = response.headers['Content-Disposition'];
console.log(response);
let filename = 'events.json';
// try and get the filename from the response