clean log

This commit is contained in:
Simon 2023-09-02 16:42:41 +07:00
parent 0c9c88fc0b
commit 5cf5b4edb7
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4
1 changed files with 0 additions and 1 deletions

View File

@ -163,7 +163,6 @@ async function buildStats() {
}
document.addEventListener('DOMContentLoaded', () => {
console.log('DOM content loaded');
window.requestAnimationFrame(() => {
buildStats();
});