Skip to content

Commit

Permalink
Remove rogue print
Browse files Browse the repository at this point in the history
  • Loading branch information
PProfizi committed Jan 13, 2025
1 parent 118b1d0 commit dfee894
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ansys/dpf/gate/load_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ def _paths_to_dpf_server_library_installs() -> dict:
for d in importlib_metadata.distributions():
distribution_name = d.metadata["Name"]
if "ansys-dpf-server" in distribution_name:
print(distribution_name)
# Cannot use the distribution.files() as those only list the files in the site-packages,
# which for editable installations does not necessarily give the actual location of the
# source files. It may rely on a Finder, which has to run.
Expand Down

0 comments on commit dfee894

Please sign in to comment.