diff --git a/scratch/settings/pkg_shared_settings.py b/scratch/settings/pkg_shared_settings.py index a668583..e655e65 100644 --- a/scratch/settings/pkg_shared_settings.py +++ b/scratch/settings/pkg_shared_settings.py @@ -1,8 +1,4 @@ """Print out some stuff from the settings.""" -import sys - -print(sys.path) - from pkg_shared.settings import CAPTAIN_BLACK print(CAPTAIN_BLACK.app_name)