This commit is contained in:
ReznoRMichael 2021-08-01 14:40:29 +02:00
parent b689586dcc
commit 10a792ed8a
3 changed files with 7 additions and 5 deletions

View file

@ -506,7 +506,8 @@ function CheckExtendedCompletion(db) {
intro.extendedCompletionDone += amount; intro.extendedCompletionDone += amount;
intro.extendedCompletionTotal += max; intro.extendedCompletionTotal += max;
console.info("".concat(entry, ": ").concat(amount, "/").concat(max), entries[entry].name); /* console.info(`${entry}: ${amount}/${max}`, entries[entry].name); */
amount = 0; amount = 0;
max = 0; max = 0;
} }
@ -522,7 +523,8 @@ function CheckExtendedCompletion(db) {
intro.extendedCompletionDone += amount; intro.extendedCompletionDone += amount;
intro.extendedCompletionTotal += max; intro.extendedCompletionTotal += max;
console.info("".concat(entry, ": ").concat(amount, "/").concat(max), entries[entry].name); /* console.info(`${entry}: ${amount}/${max}`, entries[entry].name); */
amount = 0; amount = 0;
max = 0; max = 0;
} }

File diff suppressed because one or more lines are too long

View file

@ -587,7 +587,7 @@ function CheckExtendedCompletion(db) {
intro.extendedCompletionDone += amount; intro.extendedCompletionDone += amount;
intro.extendedCompletionTotal += max; intro.extendedCompletionTotal += max;
console.info(`${entry}: ${amount}/${max}`, entries[entry].name); /* console.info(`${entry}: ${amount}/${max}`, entries[entry].name); */
amount = 0; amount = 0;
max = 0; max = 0;
@ -606,7 +606,7 @@ function CheckExtendedCompletion(db) {
intro.extendedCompletionDone += amount; intro.extendedCompletionDone += amount;
intro.extendedCompletionTotal += max; intro.extendedCompletionTotal += max;
console.info(`${entry}: ${amount}/${max}`, entries[entry].name); /* console.info(`${entry}: ${amount}/${max}`, entries[entry].name); */
amount = 0; amount = 0;
max = 0; max = 0;