From 2e036c2a1c0cac761cff7a2905f3eb4249ac6a6e Mon Sep 17 00:00:00 2001 From: Wiktoria Van Harneveldt Date: Fri, 6 Dec 2024 18:30:59 +0100 Subject: [PATCH] Remove unnecessary console log for visited size --- src/6.ts | 2 -- 1 file changed, 2 deletions(-) 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 {