Убрал дебаг

This commit is contained in:
Book Pauk
2022-11-11 22:16:13 +07:00
parent 2dd67487dc
commit 2d380bd98f

View File

@@ -249,7 +249,7 @@ class BookInfoDialog {
const parser = new Fb2Parser(bookInfo.fb2);
const infoObj = parser.bookInfo();
console.log(JSON.stringify(infoObj, null, 2));
if (infoObj.titleInfo) {
let ann = infoObj.titleInfo.annotationHtml;
if (ann) {