Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
ludvigalden committed Mar 9, 2024
1 parent a2e5edb commit 9d388e2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/admin/middleware.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ def __call__(self, request):
# If extracted host is allowed, set it as HTTP_HOST
if self.is_allowed_host(host_name):
request.META['HTTP_HOST'] = host_name
print("HOST", host_name, header)
break
return self.get_response(request)

Expand Down

0 comments on commit 9d388e2

Please sign in to comment.