From ca174e1cd73fbed0b0c17828d401ef78301678c9 Mon Sep 17 00:00:00 2001 From: Sin Ye Rin <91180366+nyeroni@users.noreply.github.com> Date: Mon, 28 Oct 2024 17:57:07 +0900 Subject: [PATCH] =?UTF-8?q?refactor:=20=EC=A3=BC=EC=84=9D=20=EC=A0=9C?= =?UTF-8?q?=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../yerong/wedle/notification/service/NotificationService.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/java/yerong/wedle/notification/service/NotificationService.java b/src/main/java/yerong/wedle/notification/service/NotificationService.java index 45097b5..4d5c136 100644 --- a/src/main/java/yerong/wedle/notification/service/NotificationService.java +++ b/src/main/java/yerong/wedle/notification/service/NotificationService.java @@ -69,7 +69,6 @@ public void sendNotifications() { FcmUtils.broadCast(registrationTokens, title, body); notification.setActive(false); - log.info("알람이 울렸습니다."); } } }