Skip to content

Commit

Permalink
remove print command
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen committed Jun 25, 2024
1 parent 3664c83 commit eba46ab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion conda_subprocess/process.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ def _validate_prefix_name(prefix_name: str, ctx: context, allow_base=True) -> st
envs_dirs += tuple(
[os.path.abspath(os.path.join(os.environ["CONDA_EXE"], "..", "..", "envs"))]
)
print(envs_dirs)
try:
return _locate_prefix_by_name(name=prefix_name, envs_dirs=envs_dirs)
except EnvironmentNameNotFound:
Expand Down

0 comments on commit eba46ab

Please sign in to comment.