mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-14 11:26:27 +03:00
Remove stray debug.
This commit is contained in:
parent
d1a4f8029b
commit
6d137043f7
3
setup.py
3
setup.py
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user