console.log removed

This commit is contained in:
Mauricio Hernan Cabrera
2020-08-22 20:07:28 -03:00
parent 24bce01265
commit 97f6a96895
-1
View File
@@ -307,7 +307,6 @@ const IndexPage = () => {
"href",
`data:text/json;charset=utf-8,${encodeURIComponent(JSON.stringify({ prefix, data, link, social, skills }))}`
)
console.log(encodeURIComponent(JSON.stringify({ prefix, data, link, social, skills })))
tempElement.setAttribute("download", "data.json")
tempElement.style.display = "none"
document.body.appendChild(tempElement)