diff --git a/sdk/python/feast/cli.py b/sdk/python/feast/cli.py index d1ad09adbc0..d0766b0f4ad 100644 --- a/sdk/python/feast/cli.py +++ b/sdk/python/feast/cli.py @@ -644,12 +644,6 @@ def init_command(project_directory, minimal: bool, template: str): show_default=True, help="Disable the Uvicorn access log", ) -@click.option( - "--no-feature-log", - is_flag=True, - show_default=True, - help="Disable logging served features", -) @click.option( "--workers", "-w",