mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-05-28 01:32:34 -04:00
Dont show geometry debug output by default
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user