comments
This commit is contained in:
parent
b689586dcc
commit
10a792ed8a
3 changed files with 7 additions and 5 deletions
|
|
@ -506,7 +506,8 @@ function CheckExtendedCompletion(db) {
|
|||
|
||||
intro.extendedCompletionDone += amount;
|
||||
intro.extendedCompletionTotal += max;
|
||||
console.info("".concat(entry, ": ").concat(amount, "/").concat(max), entries[entry].name);
|
||||
/* console.info(`${entry}: ${amount}/${max}`, entries[entry].name); */
|
||||
|
||||
amount = 0;
|
||||
max = 0;
|
||||
}
|
||||
|
|
@ -522,7 +523,8 @@ function CheckExtendedCompletion(db) {
|
|||
|
||||
intro.extendedCompletionDone += amount;
|
||||
intro.extendedCompletionTotal += max;
|
||||
console.info("".concat(entry, ": ").concat(amount, "/").concat(max), entries[entry].name);
|
||||
/* console.info(`${entry}: ${amount}/${max}`, entries[entry].name); */
|
||||
|
||||
amount = 0;
|
||||
max = 0;
|
||||
}
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -587,7 +587,7 @@ function CheckExtendedCompletion(db) {
|
|||
intro.extendedCompletionDone += amount;
|
||||
intro.extendedCompletionTotal += max;
|
||||
|
||||
console.info(`${entry}: ${amount}/${max}`, entries[entry].name);
|
||||
/* console.info(`${entry}: ${amount}/${max}`, entries[entry].name); */
|
||||
|
||||
amount = 0;
|
||||
max = 0;
|
||||
|
|
@ -606,7 +606,7 @@ function CheckExtendedCompletion(db) {
|
|||
intro.extendedCompletionDone += amount;
|
||||
intro.extendedCompletionTotal += max;
|
||||
|
||||
console.info(`${entry}: ${amount}/${max}`, entries[entry].name);
|
||||
/* console.info(`${entry}: ${amount}/${max}`, entries[entry].name); */
|
||||
|
||||
amount = 0;
|
||||
max = 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue