Skip to content

Commit

Permalink
Remove print left in by accident
Browse files Browse the repository at this point in the history
This was added as per 0ec7f71 by
mistake.
  • Loading branch information
pgjones committed Aug 27, 2023
1 parent 90967cc commit 74d9235
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/flask/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,6 @@ def create_url_adapter(self, request: Request | None) -> MapAdapter | None:
else:
subdomain = None

print(self.config["SERVER_NAME"], subdomain)
return self.url_map.bind_to_environ(
request.environ,
server_name=self.config["SERVER_NAME"],
Expand Down

0 comments on commit 74d9235

Please sign in to comment.