mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Remove leftover debugging print
This commit is contained in:
parent
11e4edf56d
commit
9b481c42d8
@ -283,8 +283,6 @@ def settings_for_reader_profile(sd):
|
||||
if curval[key] is standalone_reader_defaults[key]:
|
||||
v'delete curval[key]'
|
||||
|
||||
if setting_name is 'columns_per_screen':
|
||||
print(1111111, is_set, metadata.category, metadata.disallowed_in_profile, curval, metadata.default, deep_eq(curval, metadata.default))
|
||||
if not is_set or metadata.category is not 'read_book' or metadata.disallowed_in_profile or deep_eq(curval, metadata.default):
|
||||
return False
|
||||
return True
|
||||
|
Loading…
x
Reference in New Issue
Block a user