Remove stray debug.

This commit is contained in:
Russell Keith-Magee 2024-10-29 10:01:46 +08:00
parent d1a4f8029b
commit 6d137043f7
No known key found for this signature in database
GPG Key ID: 3D2DAB6A37BB5BC3

View File

@ -131,7 +131,7 @@ _LIB_IMAGING = (
"codec_fd", "codec_fd",
) )
DEBUG = True DEBUG = False
class DependencyException(Exception): class DependencyException(Exception):
@ -479,6 +479,7 @@ class pil_build_ext(build_ext):
pkg_config = None pkg_config = None
if _cmd_exists(os.environ.get("PKG_CONFIG", "pkg-config")): if _cmd_exists(os.environ.get("PKG_CONFIG", "pkg-config")):
pkg_config = _pkg_config pkg_config = _pkg_config
# #
# add configured kits # add configured kits
for root_name, lib_name in { for root_name, lib_name in {