chore: remove commented out internal notification
This commit is contained in:
parent
6438c08096
commit
9ed2e37236
1 changed files with 0 additions and 1 deletions
|
|
@ -18,7 +18,6 @@ public function handle()
|
|||
if ($servers->count() > 0) {
|
||||
foreach ($servers as $server) {
|
||||
echo "Cleanup unreachable server ($server->id) with name $server->name";
|
||||
// send_internal_notification("Server $server->name is unreachable for 7 days. Cleaning up...");
|
||||
$server->update([
|
||||
'ip' => '1.2.3.4',
|
||||
]);
|
||||
|
|
|
|||
Loading…
Reference in a new issue