From 9c2dcfd5aff2b6e521677bf8afeac68fb81c7816 Mon Sep 17 00:00:00 2001 From: ldolse Date: Sat, 20 Nov 2010 12:26:57 +0800 Subject: [PATCH] ... --- src/calibre/ebooks/conversion/plumber.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/calibre/ebooks/conversion/plumber.py b/src/calibre/ebooks/conversion/plumber.py index d0e9aa2e99..9a863d7e66 100644 --- a/src/calibre/ebooks/conversion/plumber.py +++ b/src/calibre/ebooks/conversion/plumber.py @@ -957,8 +957,6 @@ def create_oebbook(log, path_or_stream, opts, input_plugin, reader=None, ''' Create an OEBBook. ''' - if input_plugin == 'LITInput': - print "***\n\n*** Input plugin is: "+str(input_plugin)+"\n\n****" from calibre.ebooks.oeb.base import OEBBook html_preprocessor = HTMLPreProcessor(input_plugin.preprocess_html, opts.preprocess_html, opts)