From 331c3927da0ef7fc25175729935fc4d0c03035e3 Mon Sep 17 00:00:00 2001 From: lingdocs <71590811+lingdocs@users.noreply.github.com> Date: Thu, 10 Feb 2022 16:05:20 +0400 Subject: [PATCH] cleanup --- README.md | 2 +- components/BookInfoInput.tsx | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 2e3daf6..631f27f 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Easily create EPUB e-book files with proper RTL support. -This is a web app that uses [pandoc](https://pandoc.org) to create .epub files for e-books in RTL languages. Making RTL e-books can be tricky. This tries app tries to simplify the process as much as possible, so that anyone can make them. +This is a web app that uses [pandoc](https://pandoc.org) to create .epub files for e-books in RTL languages. Making e-books for right-to-left languages can be tricky. This tries app tries to simplify the process as much as possible, so that anyone can make them. ### [Try it live - RTL EPUB Maker 📚](https://rtl-epub-maker.lingdocs.com) diff --git a/components/BookInfoInput.tsx b/components/BookInfoInput.tsx index 2441d0e..77756d6 100644 --- a/components/BookInfoInput.tsx +++ b/components/BookInfoInput.tsx @@ -80,8 +80,6 @@ function BookInfoInput({ handleSubmit }: { handleSubmit: (info: { frontmatter: F ...state, ...baseSettings, }; - console.log({ frontmatter }); - return; handleSubmit({ frontmatter, cover,