Skip to content

Commit

Permalink
console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
ia7ck committed Mar 12, 2024
1 parent fea6e18 commit e7ab5cd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/abc323_f/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ export default function ABC323_F() {
cargo: { x: cargoXText, y: cargoYText },
goal: { x: goalXText, y: goalYText },
});
console.log(startPositions);
const finish = cargo.x === goal.x && cargo.y === goal.y;

useEffect(() => {
Expand Down

0 comments on commit e7ab5cd

Please sign in to comment.