remove: unnecessary notification

This commit is contained in:
Andras Bacsai 2024-06-18 12:47:55 +02:00
parent dc4916dc19
commit 9d05276f94

View File

@ -62,7 +62,7 @@ public function handle(): void
Log::info('No need to clean up '.$this->server->name); Log::info('No need to clean up '.$this->server->name);
} }
} catch (\Throwable $e) { } catch (\Throwable $e) {
send_internal_notification('DockerCleanupJob failed with: '.$e->getMessage()); // send_internal_notification('DockerCleanupJob failed with: '.$e->getMessage());
ray($e->getMessage()); ray($e->getMessage());
throw $e; throw $e;
} }