diff --git a/src/components/Tetris.tsx b/src/components/Tetris.tsx index fbcb111..257c19f 100644 --- a/src/components/Tetris.tsx +++ b/src/components/Tetris.tsx @@ -256,7 +256,6 @@ export default function(props: TetrisProps) { let moveX = initialLoc.x; // input - // let activeAction: PlayerAction | undefined = undefined; // As a stack, only the last on has effect. But it "remembers" keys hold down. let actionStack: PlayerAction[] = [];