diff --git a/Base/Python/slicer/__init__.py b/Base/Python/slicer/__init__.py index 2245e68ca93b64ce592f9f38a25a6a8495bdff52..11db0e6c43b3f218f06484e13f5264db2a4a3cba 100644 --- a/Base/Python/slicer/__init__.py +++ b/Base/Python/slicer/__init__.py @@ -42,7 +42,6 @@ standalone_python = "python" in string.lower(os.path.split(sys.executable)[-1]) for kit in available_kits: # skip PythonQt kits if we are running in a regular python interpreter if standalone_python and "PythonQt" in kit: - print("Detected non-embedded Python interpreter. Skipping module '{}'".format(kit)) continue try: