diff --git a/src/core/game/TrainStation.ts b/src/core/game/TrainStation.ts index 68960c0fd..3975ac48e 100644 --- a/src/core/game/TrainStation.ts +++ b/src/core/game/TrainStation.ts @@ -139,7 +139,6 @@ export class TrainStation { private railroads: Set = new Set(); // Quick lookup from neighboring station to connecting railroad private railroadByNeighbor: Map = new Map(); - // Batman routing properties - now using IDs for memory efficiency private routingTable: Map = new Map(); private sequenceNumber: number = 0;