From 08df4187fb09b4286a96c87fc8af25a911607453 Mon Sep 17 00:00:00 2001 From: Oliver Akins Date: Wed, 29 Jun 2022 00:01:24 -0600 Subject: [PATCH] Remove commented out definition that isn't used --- common/src/algorithms/processCard.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/common/src/algorithms/processCard.ts b/common/src/algorithms/processCard.ts index 5a4fb34..5f06fa3 100644 --- a/common/src/algorithms/processCard.ts +++ b/common/src/algorithms/processCard.ts @@ -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++;