Removed left over comment

This commit is contained in:
Rui Alves 2024-09-21 15:03:56 +01:00
parent ebda6597cc
commit 83def10dc3
2 changed files with 0 additions and 3 deletions

View File

@ -16,8 +16,6 @@ def main() -> None:
) )
threading.current_thread().name = "frigate" threading.current_thread().name = "frigate"
# TODO: Rui. Do we need this?
# cli.show_server_banner = lambda *x: None
# Run the main application. # Run the main application.
FrigateApp().start() FrigateApp().start()

View File

@ -160,7 +160,6 @@ def config_raw():
raw_config = f.read() raw_config = f.read()
f.close() f.close()
# TODO: How to return
return raw_config, 200 return raw_config, 200