thread_autoupdater.js: remove debug
This commit is contained in:
parent
497a0c9208
commit
e64dd3f9ab
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue