From 5cf5b4edb79b84e449d9314d8e713a5b2ea83a07 Mon Sep 17 00:00:00 2001 From: Simon Date: Sat, 2 Sep 2023 16:42:41 +0700 Subject: [PATCH] clean log --- tubearchivist/static/stats.js | 1 - 1 file changed, 1 deletion(-) diff --git a/tubearchivist/static/stats.js b/tubearchivist/static/stats.js index ca548d8..5312906 100644 --- a/tubearchivist/static/stats.js +++ b/tubearchivist/static/stats.js @@ -163,7 +163,6 @@ async function buildStats() { } document.addEventListener('DOMContentLoaded', () => { - console.log('DOM content loaded'); window.requestAnimationFrame(() => { buildStats(); });