Skip to content

Commit 74d9235

Browse files
committed
Remove print left in by accident
This was added as per 0ec7f71 by mistake.
1 parent 90967cc commit 74d9235

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/flask/app.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,6 @@ def create_url_adapter(self, request: Request | None) -> MapAdapter | None:
409409
else:
410410
subdomain = None
411411

412-
print(self.config["SERVER_NAME"], subdomain)
413412
return self.url_map.bind_to_environ(
414413
request.environ,
415414
server_name=self.config["SERVER_NAME"],

0 commit comments

Comments
 (0)