mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-10-01 01:25:45 -04:00
Remove extra debug log
Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com>
This commit is contained in:
parent
584d52517a
commit
a8ea76e8a1
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user