GrampsLocale: Disable debug logging for release
svn: r22360
This commit is contained in:
parent
6f4b479b3f
commit
8040ce0ebd
@ -39,7 +39,7 @@ _hdlr = None
|
|||||||
# GrampsLocale initialization comes before command-line argument
|
# GrampsLocale initialization comes before command-line argument
|
||||||
# passing, so one must set the log level directly. The default is
|
# passing, so one must set the log level directly. The default is
|
||||||
# logging.WARN. Uncomment the following to change it to logging.DEBUG:
|
# logging.WARN. Uncomment the following to change it to logging.DEBUG:
|
||||||
LOG.setLevel(logging.DEBUG)
|
#LOG.setLevel(logging.DEBUG)
|
||||||
try:
|
try:
|
||||||
from icu import Locale, Collator
|
from icu import Locale, Collator
|
||||||
HAVE_ICU = True
|
HAVE_ICU = True
|
||||||
|
Loading…
Reference in New Issue
Block a user