From 7be5e77580e53dde3621be4156c5e9d55ee98122 Mon Sep 17 00:00:00 2001 From: Charles Haley <> Date: Mon, 4 Oct 2010 15:21:17 +0100 Subject: [PATCH] Take out DEBUG test, because apparently the sub-processes don't see it. --- src/calibre/library/save_to_disk.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/calibre/library/save_to_disk.py b/src/calibre/library/save_to_disk.py index 27de7667c1..d37c92f595 100644 --- a/src/calibre/library/save_to_disk.py +++ b/src/calibre/library/save_to_disk.py @@ -268,8 +268,8 @@ def save_book_to_disk(id, db, root, opts, length): cpb = cpb[dev_name] else: cpb = None - if DEBUG: - prints('Save-to-disk using plugboard:', fmt, cpb) + # Leave this here for a while, in case problems arise. + prints('Save-to-disk using plugboard:', fmt, cpb) data = db.format(id, fmt, index_is_id=True) if data is None: continue