Skip to content

Commit

Permalink
remove logging from wsgi
Browse files Browse the repository at this point in the history
  • Loading branch information
eatyourpeas committed May 28, 2024
1 parent 3239ab9 commit f1f26f1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions rcpch_nhs_organisations/wsgi.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f1f26f1

Please sign in to comment.