Remove per-rack production failure notifications
CI / build-and-push (push) Successful in 42s

These spam the notification feed at scale with thousands of racks.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-25 00:02:04 -04:00
parent b7d23c8872
commit 02791f9500
@@ -361,11 +361,7 @@ export function processInfrastructure(state: GameState): InfraTickResult {
repairCount: 0, repairCount: 0,
}); });
notifications.push({
title: 'Production Failure',
message: `${dc.name}: ${prodFailures} rack${prodFailures > 1 ? 's' : ''} failed in production — sent for repair.`,
type: 'danger',
});
} }
} }