diff --git a/src/backend/langflow/main.py b/src/backend/langflow/main.py index c4c83d69a..43a63d564 100644 --- a/src/backend/langflow/main.py +++ b/src/backend/langflow/main.py @@ -13,9 +13,6 @@ from langflow.utils.logger import configure def create_app(): """Create the FastAPI app and include the router.""" - # get the current log level - # log_level = logging.getLogger().getEffectiveLevel() - # log_level_name = logging.getLevelName(log_level) configure() app = FastAPI()