forked from orbit-oss/flask
Remove print left in by accident
This was added as per 0ec7f713d6 by
mistake.
This commit is contained in:
parent
90967ccb9a
commit
65271c105f
1 changed files with 0 additions and 1 deletions
|
|
@ -409,7 +409,6 @@ class Flask(App):
|
|||
else:
|
||||
subdomain = None
|
||||
|
||||
print(self.config["SERVER_NAME"], subdomain)
|
||||
return self.url_map.bind_to_environ(
|
||||
request.environ,
|
||||
server_name=self.config["SERVER_NAME"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue