From 60b79c4b8ebcd33db40f65e57e5b03c4da960e1f Mon Sep 17 00:00:00 2001 From: sm4640 Date: Thu, 15 May 2025 00:33:52 +0900 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20Fix:=20[#25]=20smsservice?= =?UTF-8?q?=20=EC=97=90=EB=9F=AC=EB=A9=94=EC=8B=9C=EC=A7=80=20print=20?= =?UTF-8?q?=EC=95=88=20=EB=82=98=EC=98=A4=EA=B2=8C=20=EC=A3=BC=EC=84=9D?= =?UTF-8?q?=EC=B2=98=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- codes/services.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codes/services.py b/codes/services.py index 4449084..0ffe8ad 100644 --- a/codes/services.py +++ b/codes/services.py @@ -78,5 +78,5 @@ class SmsService(CertificateService): res = message_service.send(message) return True except Exception as e: - print(f"메시지 발송 실패: {str(e)}") + # print(f"메시지 발송 실패: {str(e)}") return False \ No newline at end of file