From dfee8947816f297dccac7e088f91c3351d3b74b2 Mon Sep 17 00:00:00 2001 From: PProfizi Date: Mon, 13 Jan 2025 15:23:01 +0100 Subject: [PATCH] Remove rogue print --- src/ansys/dpf/gate/load_api.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ansys/dpf/gate/load_api.py b/src/ansys/dpf/gate/load_api.py index 90781cc562..1e1a370a39 100644 --- a/src/ansys/dpf/gate/load_api.py +++ b/src/ansys/dpf/gate/load_api.py @@ -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.