Book Pauk 2 жил өмнө
parent
commit
2d380bd98f

+ 1 - 1
client/components/Search/BookInfoDialog/BookInfoDialog.vue

@@ -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) {