Skip to content

Commit

Permalink
Remove 'Serve!' line from serve CLI output
Browse files Browse the repository at this point in the history
It wasn't adding anything, and it was confusing when run in
conjunction with the new config directory mode from #731
  • Loading branch information
simonw committed Apr 27, 2020
1 parent 89c4ddd commit e37f407
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions datasette/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit e37f407

Please sign in to comment.