diff --git a/source/pythonpath/main.py b/source/pythonpath/main.py index 4232ce3..46fa86a 100644 --- a/source/pythonpath/main.py +++ b/source/pythonpath/main.py @@ -279,7 +279,6 @@ class Controllers(object): def _link_cpython(self): if not app.IS_MAC and not app.IS_APP_IMAGE: - app.debug('Not Mac or not AppImage') return try: app.debug("Linking CPython") @@ -292,7 +291,6 @@ class Controllers(object): def _unlink_cpython(self): if not app.IS_MAC and not app.IS_APP_IMAGE: - app.debug('Not Mac or not AppImage') return try: app.debug("Unlinking CPython")