From 51b7a2badbf14f979b5c7bfa9422e908fea9e1a2 Mon Sep 17 00:00:00 2001 From: Arjun Komath Date: Fri, 21 Jan 2022 07:43:14 +0000 Subject: [PATCH] remove log --- server/notification.js | 1 - 1 file changed, 1 deletion(-) diff --git a/server/notification.js b/server/notification.js index c66f175da..69326794d 100644 --- a/server/notification.js +++ b/server/notification.js @@ -92,7 +92,6 @@ class Notification { * Throw Error with fail msg */ static async send(notification, msg, monitorJSON = null, heartbeatJSON = null) { - console.log("this.providerList[notification.type]", this.providerList[notification.type]) if (this.providerList[notification.type]) { return this.providerList[notification.type].send(notification, msg, monitorJSON, heartbeatJSON); } else {