remove unnecessary log

master
rob 2 years ago
parent 235d660940
commit 940f65f206

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

Loading…
Cancel
Save