We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca50231 commit 44e972dCopy full SHA for 44e972d
1 file changed
src/pyproj/backend.py
@@ -137,7 +137,6 @@ def get_requires_for_build_wheel(
137
--------
138
* https://www.python.org/dev/peps/pep-0517/#get-requires-for-build-wheel
139
"""
140
- print(f"get_requires_for_build_wheel({config_settings=})")
141
142
pyproj = backend_init(
143
config_settings = config_settings,
@@ -357,9 +356,6 @@ def build_editable(
357
356
358
venv_py = venv_bin/Path(sys.executable).name
359
360
- print(f"{os.environ['PATH']=}")
361
- print(f"{list(venv_bin.iterdir())=}")
362
-
363
if not (venv_py := venv_bin/Path(sys.executable).name).exists():
364
raise FileNotFoundError(f"No virtual environment interpreter: {venv_py}")
365
0 commit comments