mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
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:
parent
89c4ddd482
commit
e37f4077c0
1 changed files with 0 additions and 4 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue