removed console print
This commit is contained in:
parent
b84cf83bda
commit
f8980d3ce8
|
@ -42,7 +42,6 @@ async function updateAge() {
|
|||
const ageElement = document.getElementById('age');
|
||||
ageElement.textContent = age;
|
||||
|
||||
console.log('Hello, world!');
|
||||
}, 50);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue