From d1e1f466219eaa5d412568515424a459ac40806a Mon Sep 17 00:00:00 2001 From: robert Date: Tue, 14 Feb 2023 10:40:06 +0100 Subject: [PATCH] refs #4869 --- js/index.js | 1 - 1 file changed, 1 deletion(-) 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); });