mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 10:44:09 -04:00
Dont show geometry debug output by default
This commit is contained in:
parent
94b606756c
commit
d9bd60bb33
@ -13,7 +13,7 @@ from calibre.utils.config_base import tweaks
|
||||
|
||||
|
||||
def is_debugging():
|
||||
return _is_debugging() and not tweaks.get('suppress_geometry_debug_output')
|
||||
return _is_debugging() and tweaks.get('show_geometry_debug_output')
|
||||
|
||||
|
||||
def debug(*a, **kw):
|
||||
|
Loading…
x
Reference in New Issue
Block a user