remove console.log

This commit is contained in:
David 2024-12-07 14:31:01 -07:00
parent f69f1e8deb
commit e3d6eac95e

View File

@ -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))