diff --git a/frigate/__main__.py b/frigate/__main__.py index 34ac4d139..29db356ea 100644 --- a/frigate/__main__.py +++ b/frigate/__main__.py @@ -16,8 +16,6 @@ def main() -> None: ) threading.current_thread().name = "frigate" - # TODO: Rui. Do we need this? - # cli.show_server_banner = lambda *x: None # Run the main application. FrigateApp().start() diff --git a/frigate/api/app.py b/frigate/api/app.py index 9e338597a..002e6d048 100644 --- a/frigate/api/app.py +++ b/frigate/api/app.py @@ -160,7 +160,6 @@ def config_raw(): raw_config = f.read() f.close() - # TODO: How to return return raw_config, 200