From 9aaf86a33cc106781180022d8e1aca3c100ed461 Mon Sep 17 00:00:00 2001 From: Kevin Veen-Birkenbach Date: Fri, 10 Jan 2025 11:46:51 +0100 Subject: [PATCH] Pulled app.py --- app/app.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/app.py b/app/app.py index 9a40242..bec9938 100644 --- a/app/app.py +++ b/app/app.py @@ -4,7 +4,6 @@ import requests import hashlib import yaml from utils.configuration_resolver import ConfigurationResolver -from pprint import pprint from utils.cache_manager import CacheManager # Initialize the CacheManager @@ -35,9 +34,6 @@ FLASK_ENV = os.getenv("FLASK_ENV", "production") def reload_config_in_dev(): if FLASK_ENV == "development": load_config(app) - print("DEVELOPMENT ENVIRONMENT") - else: - print("PRODUCTIVE ENVIRONMENT") # Cache the icons for card in app.config["cards"]: