Turned off debug

This commit is contained in:
Rhet Turnbull
2019-11-23 19:05:25 -08:00
parent a995a8d610
commit eabda3ea93

View File

@@ -46,7 +46,8 @@ _PHOTOS_5_VERSION = "6000"
_TESTED_OS_VERSIONS = ["12", "13", "14", "15"]
# set _debug = True to enable debug output
_debug = True
_debug = False
logging.basicConfig(
level=logging.DEBUG,
format="%(asctime)s - %(levelname)s - %(filename)s - %(lineno)d - %(message)s",