Remove commented out definition that isn't used

This commit is contained in:
Oliver Akins 2022-06-29 00:01:24 -06:00
parent 5fbbf09144
commit 08df4187fb
No known key found for this signature in database
GPG key ID: 3C2014AF9457AF99

View file

@ -4,7 +4,6 @@ import { FuelCard } from "../types/FuelCard";
/** @internal */
export function tractorBeam(board: Board, origin: number, magnitude: number) {
let delta = 0;
// let movedShips: GamePiece[] = [];
while (true) {
delta++;