Skip to content

Commit 12261b9

Browse files
committed
chore: Remove commented out code for sending internal notification
1 parent 8ffbccf commit 12261b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Console/Commands/CleanupUnreachableServers.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public function handle()
1818
if ($servers->count() > 0) {
1919
foreach ($servers as $server) {
2020
echo "Cleanup unreachable server ($server->id) with name $server->name";
21-
send_internal_notification("Server $server->name is unreachable for 7 days. Cleaning up...");
21+
// send_internal_notification("Server $server->name is unreachable for 7 days. Cleaning up...");
2222
$server->update([
2323
'ip' => '1.2.3.4',
2424
]);

0 commit comments

Comments
 (0)