diff --git a/js/index.js b/js/index.js index 33e51f9..373da26 100644 --- a/js/index.js +++ b/js/index.js @@ -10,7 +10,6 @@ function setEvents() { const heartEl = document.querySelector('body > h1 > span'); heartEl.addEventListener('click', function() { const key = prompt('Introduce la clave'); - console.log('key', key) if (key === null) return localStorage.setItem('vnKey', key); });