diff --git a/src/gui.py b/src/gui.py index 9a90a7ee..41def57b 100644 --- a/src/gui.py +++ b/src/gui.py @@ -17,9 +17,6 @@ def set_cuda_paths(): new_value = os.pathsep.join(paths_to_add + [current_value] if current_value else paths_to_add) os.environ[env_var] = new_value - print("CUDA paths have been set or updated in the environment variables.") - -# Execute the function immediately set_cuda_paths() from PySide6.QtWidgets import (