diff --git a/datasette/cli.py b/datasette/cli.py index a93eaf7934..919be06576 100644 --- a/datasette/cli.py +++ b/datasette/cli.py @@ -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,