Remove 'Serve!' line from serve CLI output

It wasn't adding anything, and it was confusing when run in
conjunction with the new config directory mode from #731
This commit is contained in:
Simon Willison 2020-04-27 15:02:02 -07:00
commit e37f4077c0

View file

@ -350,10 +350,6 @@ def serve(
if metadata:
metadata_data = parse_metadata(metadata.read())
click.echo(
"Serve! files={} (immutables={}) on port {}".format(files, immutable, port)
)
kwargs = dict(
immutables=immutable,
cache_headers=not debug and not reload,