mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
Remove print()
This commit is contained in:
parent
f0b49f0c81
commit
d4ba3b5789
1 changed files with 0 additions and 1 deletions
|
@ -42,7 +42,6 @@ class MultipleVenvsWarning(RuntimeWarning):
|
|||
def get_venv(vox, dirpath):
|
||||
# Search up the directory tree until a venv is found, or none
|
||||
for path in itertools.chain((dirpath,), dirpath.parents):
|
||||
print(f"Checking {path}")
|
||||
venvs = [
|
||||
vox[p]
|
||||
for p in events.autovox_policy.fire(path=path)
|
||||
|
|
Loading…
Add table
Reference in a new issue