diff --git a/examples/08-python-operators/01-package_python_operators.py b/examples/08-python-operators/01-package_python_operators.py index 5171830a00..f6fd6cfc39 100644 --- a/examples/08-python-operators/01-package_python_operators.py +++ b/examples/08-python-operators/01-package_python_operators.py @@ -57,7 +57,6 @@ from ansys.dpf.core import examples plugin_folder = examples.download_average_filter_plugin() -print(plugin_folder) ############################################################################### # Load the plug-in package diff --git a/examples/08-python-operators/02-python_operators_with_dependencies.py b/examples/08-python-operators/02-python_operators_with_dependencies.py index 94c65f6869..d4f80e3199 100644 --- a/examples/08-python-operators/02-python_operators_with_dependencies.py +++ b/examples/08-python-operators/02-python_operators_with_dependencies.py @@ -62,7 +62,6 @@ from ansys.dpf.core import examples plugin_path = examples.download_gltf_plugin() -print(f"{plugin_path=}") folder_root = os.path.join(os.getcwd().rsplit("pydpf-core", 1)[0], "pydpf-core") # %%