thread_autoupdater.js: remove debug

This commit is contained in:
Jon 2024-02-25 22:17:41 +00:00 committed by 0
parent 497a0c9208
commit e64dd3f9ab
1 changed files with 0 additions and 1 deletions

View File

@ -122,7 +122,6 @@ $().ready(() => {
if (secondsCounter < 0) { if (secondsCounter < 0) {
const thread = LCNThread.first() const thread = LCNThread.first()
try { try {
console.debug("fetch updates!")
await updateStatsFn(thread) await updateStatsFn(thread)
if (threadState == null && threadStats.last_modified > (thread.getReplies().at(-1).getInfo().getCreatedAt().getTime() / 1000)) { if (threadState == null && threadStats.last_modified > (thread.getReplies().at(-1).getInfo().getCreatedAt().getTime() / 1000)) {
await updateThreadFn(thread) await updateThreadFn(thread)