mirror of
https://github.com/smartyellow/status.git
synced 2025-06-28 04:35:11 +00:00
Cleanup
This commit is contained in:
@ -24,8 +24,6 @@ async function processOutage({ outage, server, settings }) {
|
||||
.toArray();
|
||||
const lastBeat = heartbeat[heartbeat.length - 1];
|
||||
|
||||
console.log('lastbeat', lastBeat);
|
||||
|
||||
// Encountered an error while checking status
|
||||
if (testResult.error) {
|
||||
server.error('Error while checking status of ' + id);
|
||||
|
Reference in New Issue
Block a user