From a8ea76e8a175e84fb36dfdff6e5ba1ec615dc4af Mon Sep 17 00:00:00 2001 From: Muhammed Hussein karimi Date: Fri, 26 Aug 2022 17:05:32 +0430 Subject: [PATCH] Remove extra debug log Co-authored-by: Adam Stachowicz --- server/notification-providers/goalert.js | 1 - 1 file changed, 1 deletion(-) diff --git a/server/notification-providers/goalert.js b/server/notification-providers/goalert.js index bcb1843c7..c757e5998 100644 --- a/server/notification-providers/goalert.js +++ b/server/notification-providers/goalert.js @@ -23,7 +23,6 @@ class GoAlert extends NotificationProvider { headers: headers }; let resp = await axios.post(`${notification.goAlertBaseURL}/api/v2/generic/incoming?token=${notification.goAlertToken}`, data, config); - console.log(resp); return okMsg; } catch (error) {