From df4c0cfdd78ccb68f36a23e8e59d76f2c017b836 Mon Sep 17 00:00:00 2001 From: "ry.yamafuji" Date: Sat, 6 Dec 2025 03:40:39 +0900 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/main.py b/src/main.py index 4adb8c6..9cb9010 100644 --- a/src/main.py +++ b/src/main.py @@ -1,10 +1,6 @@ from flask import Request import functions_framework -import os -os.environ["ENV"]="dev" # For testing purposes - - from utils.custom_logger import get_logger logger = get_logger(__name__)