mirror of
https://github.com/ankitects/anki.git
synced 2026-01-07 02:53:54 -05:00
remove console.log
This commit is contained in:
parent
ef3a548832
commit
b31fe7721a
1 changed files with 0 additions and 1 deletions
|
|
@ -147,7 +147,6 @@ export class ReviewerState {
|
|||
});
|
||||
const display = compareAnswerResp.val;
|
||||
|
||||
console.log({ typedAnswerRegex, html, display });
|
||||
return html.replace(typedAnswerRegex, display);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue