mirror of
https://github.com/ankitects/anki.git
synced 2026-01-13 22:13:58 -05:00
make console.log permanent
This commit is contained in:
parent
b78d1e1d9b
commit
ff56bb26e3
1 changed files with 1 additions and 1 deletions
|
|
@ -196,7 +196,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|||
} else {
|
||||
$config.fsrsParams6 = resp.params;
|
||||
optimized = true;
|
||||
console.log(resp.logLoss)
|
||||
console.log(`FSRS-test-train-split-log-loss = ${resp.logLoss}`)
|
||||
if (resp.logLoss && resp.logLoss > logLossBadThreshold) {
|
||||
setTimeout(() => alert(tr.deckConfigFsrsBadFitWarning()));
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue