Remove extra debug log

Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com>
This commit is contained in:
Muhammed Hussein karimi 2022-08-26 17:05:32 +04:30 committed by GitHub
parent 584d52517a
commit a8ea76e8a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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) {