forked from orbit-oss/flask
Merge branch '2.2.x'
This commit is contained in:
commit
36af821edf
3 changed files with 5 additions and 9 deletions
|
|
@ -719,13 +719,6 @@ def show_server_banner(debug, app_import_path):
|
|||
if is_running_from_reloader():
|
||||
return
|
||||
|
||||
click.secho(
|
||||
"WARNING: This is a development server. Do not use it in a production"
|
||||
" deployment. Use a production WSGI server instead.",
|
||||
fg="red",
|
||||
bold=True,
|
||||
)
|
||||
|
||||
if app_import_path is not None:
|
||||
click.echo(f" * Serving Flask app '{app_import_path}'")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue