Remove console logging
This commit is contained in:
parent
f1a51dad84
commit
c583be7756
7 changed files with 0 additions and 34 deletions
|
|
@ -168,7 +168,6 @@ export default {
|
|||
const link = document.createElement("a");
|
||||
link.href = url;
|
||||
link.setAttribute("download", filename);
|
||||
console.log(link);
|
||||
document.body.appendChild(link);
|
||||
link.click();
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue