Dont show geometry debug output by default

This commit is contained in:
Kovid Goyal 2023-02-27 08:22:47 +05:30
parent 94b606756c
commit d9bd60bb33
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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):