From e1602dc31a2ac0b3f8f4367fd5d881369906c7e1 Mon Sep 17 00:00:00 2001 From: ldolse Date: Sun, 21 Nov 2010 18:03:25 +0800 Subject: [PATCH] ... --- src/calibre/ebooks/conversion/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/ebooks/conversion/utils.py b/src/calibre/ebooks/conversion/utils.py index 26c8d23e0c..ea78808d08 100644 --- a/src/calibre/ebooks/conversion/utils.py +++ b/src/calibre/ebooks/conversion/utils.py @@ -168,7 +168,7 @@ class PreProcessor(object): #print "blanks between paragraphs is marked True" else: blanks_between_paragraphs = False - self.dump(html, 'before_chapter_markup') + #self.dump(html, 'before_chapter_markup') # detect chapters/sections to match xpath or splitting logic # # Build the Regular Expressions in pieces