mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-03-24 20:14:13 +03:00
Removed debugging code
This commit is contained in:
parent
77c488afc3
commit
3179e69f66
1
setup.py
1
setup.py
|
@ -211,7 +211,6 @@ class pil_build_ext(build_ext):
|
||||||
platinclude_path =\
|
platinclude_path =\
|
||||||
platinclude_path.replace(prefix, sys.real_prefix)
|
platinclude_path.replace(prefix, sys.real_prefix)
|
||||||
|
|
||||||
# from IPython import embed; embed()
|
|
||||||
_add_directory(include_dirs, platinclude_path)
|
_add_directory(include_dirs, platinclude_path)
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue
Block a user