From e64dd3f9ab4dbd422ece023042bd0efc800ef15b Mon Sep 17 00:00:00 2001 From: Jon <134811123+jonsmy@users.noreply.github.com> Date: Sun, 25 Feb 2024 22:17:41 +0000 Subject: [PATCH] thread_autoupdater.js: remove debug --- js/lcn/thread_autoupdater.js | 1 - 1 file changed, 1 deletion(-) diff --git a/js/lcn/thread_autoupdater.js b/js/lcn/thread_autoupdater.js index cb90bc67..a95c41df 100644 --- a/js/lcn/thread_autoupdater.js +++ b/js/lcn/thread_autoupdater.js @@ -122,7 +122,6 @@ $().ready(() => { if (secondsCounter < 0) { const thread = LCNThread.first() try { - console.debug("fetch updates!") await updateStatsFn(thread) if (threadState == null && threadStats.last_modified > (thread.getReplies().at(-1).getInfo().getCreatedAt().getTime() / 1000)) { await updateThreadFn(thread)