diff options
Diffstat (limited to 'ext/bg/js/yomichan.js')
-rw-r--r-- | ext/bg/js/yomichan.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ext/bg/js/yomichan.js b/ext/bg/js/yomichan.js index 89608a5b..720c450a 100644 --- a/ext/bg/js/yomichan.js +++ b/ext/bg/js/yomichan.js @@ -146,11 +146,10 @@ class Yomichan { fields[name], definition, mode, - this.options.anki.htmlCards + this.options ); } - // console.log(note); return note; } |