From 954a43950191957d8b0b98a121330784d4e58a78 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Fri, 15 Mar 2024 11:37:02 -0600 Subject: [PATCH] Remove env variable requirement --- frigate/app.py | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/frigate/app.py b/frigate/app.py index 94ec8c6c6..1306ee97d 100644 --- a/frigate/app.py +++ b/frigate/app.py @@ -597,24 +597,6 @@ class FrigateApp: self.init_logger() logger.info(f"Starting Frigate ({VERSION})") - if not os.environ.get("I_PROMISE_I_WONT_MAKE_AN_ISSUE_ON_GITHUB"): - print( - "**********************************************************************************" - ) - print( - "**********************************************************************************" - ) - print("Frigate 0.14 UNSTABLE") - print("This build is not for public use. Please use Frigate stable.") - print("Unstable/experimental builds are not enabled, Frigate is exiting.") - print( - "**********************************************************************************" - ) - print( - "**********************************************************************************" - ) - sys.exit(1) - try: self.ensure_dirs() try: