Skip to content

Commit

Permalink
Remove unnecessary console log for visited size
Browse files Browse the repository at this point in the history
  • Loading branch information
wiktoriavh committed Dec 6, 2024
1 parent e971197 commit 2e036c2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/6.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,6 @@ function solution(input: string): { part1: string; part2: string } {
y += movement.y;
}

console.log(visited.size);

result1 = visited.size;

return {
Expand Down

0 comments on commit 2e036c2

Please sign in to comment.