Browse Source

remove unnecessary log

pull/2/head
Rob Colbert 3 years ago
parent
commit
940f65f206
  1. 1
      app/workers/reeeper/cron/expire-crashed-hosts.js

1
app/workers/reeeper/cron/expire-crashed-hosts.js

@ -57,7 +57,6 @@ class CrashedHostsCron extends SiteWorkerProcess {
async expireCrashedHosts ( ) { async expireCrashedHosts ( ) {
try { try {
this.log.debug('expiring crashed hosts');
await NetHost await NetHost
.find({ status: 'crashed' }) .find({ status: 'crashed' })
.select('_id hostname') .select('_id hostname')

Loading…
Cancel
Save