From 69e1cb37636e2f7e9509f95d28d5424562004882 Mon Sep 17 00:00:00 2001 From: Ralfs Date: Tue, 13 Apr 2021 23:47:37 +0300 Subject: [PATCH] + 1 from last --- src/utils.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/utils.ts b/src/utils.ts index a16188a..03ef0fe 100644 --- a/src/utils.ts +++ b/src/utils.ts @@ -75,7 +75,6 @@ const sendEmail = (email: string, message: string) => { } export const sendAlert = (alert: any, message: string) => { - console.log(alert); if (alert.alertProvider == 'sms') { const phoneNumber = `+${alert.phoneNumber.code}${alert.phoneNumber.phone}`; sendSms(phoneNumber, message);