diff --git a/src/6.ts b/src/6.ts index 8b5e37f..bfdabf5 100644 --- a/src/6.ts +++ b/src/6.ts @@ -83,8 +83,6 @@ function solution(input: string): { part1: string; part2: string } { y += movement.y; } - console.log(visited.size); - result1 = visited.size; return {