removed console print

This commit is contained in:
Notoric 2024-05-29 18:48:20 +01:00
parent b84cf83bda
commit f8980d3ce8
1 changed files with 0 additions and 1 deletions

View File

@ -42,7 +42,6 @@ async function updateAge() {
const ageElement = document.getElementById('age');
ageElement.textContent = age;
console.log('Hello, world!');
}, 50);
}