mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
Remove testing print.
This commit is contained in:
parent
78b3b9ba29
commit
768f2e5cbf
@ -1377,7 +1377,6 @@ class Main(MainWindow, Ui_MainWindow, DeviceGUI):
|
||||
_('%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…
x
Reference in New Issue
Block a user