Take out DEBUG test, because apparently the sub-processes don't see it.

This commit is contained in:
Charles Haley 2010-10-04 15:21:17 +01:00
parent 7e1e6bd746
commit 7be5e77580

View File

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