mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-24 09:06:33 +01:00
Remove testing print.
This commit is contained in:
parent
78b3b9ba29
commit
768f2e5cbf
1 changed files with 0 additions and 1 deletions
|
|
@ -1377,7 +1377,6 @@ def view_book(self, triggered):
|
|||
_('%s has no available formats.')%(title,), show=True)
|
||||
continue
|
||||
|
||||
print prefs['input_format_order']
|
||||
for format in prefs['input_format_order']:
|
||||
if format.lower() in formats:
|
||||
self.view_format(row, format)
|
||||
|
|
|
|||
Loading…
Reference in a new issue