Skip to content

Commit

Permalink
Remove debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
jcreedcmu committed Nov 21, 2023
1 parent 171c4c1 commit ed949fb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ui/instructions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,6 @@ function exampleState(): GameState {
].map(ensureTileId);
const almost = resolveValid(checkValid(addHandTiles(addWorldTiles(state, tiles), handTiles)));
return produce(almost, s => {
console.log(almost.coreState.animations);
s.coreState.animations = [];
});
}
Expand Down

0 comments on commit ed949fb

Please sign in to comment.