diff --git a/rcpch_nhs_organisations/wsgi.py b/rcpch_nhs_organisations/wsgi.py index 2464e2d..b4e17d5 100644 --- a/rcpch_nhs_organisations/wsgi.py +++ b/rcpch_nhs_organisations/wsgi.py @@ -11,8 +11,6 @@ import sys sys.path.append(os.path.abspath(os.path.dirname(__file__))) -print("Current directory:", os.getcwd()) -print("Python path:", sys.path) from django.core.wsgi import get_wsgi_application