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