diff --git a/07/index.ts b/07/index.ts index 9bd3757..5b4912f 100644 --- a/07/index.ts +++ b/07/index.ts @@ -64,7 +64,6 @@ console.log( // there's probably a cleaner way to do this let [stringtotal, inputs] = curr.split(": "); let total = parseInt(stringtotal, 10); - console.log(curr); const res = inputs .split(" ") .map((v) => parseInt(v, 10))