Skip to content

Commit 44e972d

Browse files
committed
Cleanup prints
1 parent ca50231 commit 44e972d

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/pyproj/backend.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,6 @@ def get_requires_for_build_wheel(
137137
--------
138138
* https://www.python.org/dev/peps/pep-0517/#get-requires-for-build-wheel
139139
"""
140-
print(f"get_requires_for_build_wheel({config_settings=})")
141140

142141
pyproj = backend_init(
143142
config_settings = config_settings,
@@ -357,9 +356,6 @@ def build_editable(
357356

358357
venv_py = venv_bin/Path(sys.executable).name
359358

360-
print(f"{os.environ['PATH']=}")
361-
print(f"{list(venv_bin.iterdir())=}")
362-
363359
if not (venv_py := venv_bin/Path(sys.executable).name).exists():
364360
raise FileNotFoundError(f"No virtual environment interpreter: {venv_py}")
365361

0 commit comments

Comments
 (0)